Search Criteria
Package Details: python-torchaudio-git r830.9d50acf3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-torchaudio-git.git (read-only, click to copy) |
---|---|
Package Base: | python-torchaudio-git |
Description: | Data manipulation and transformation for audio signal processing, powered by PyTorch |
Upstream URL: | https://github.com/pytorch/audio |
Licenses: | BSD |
Conflicts: | python-torchaudio |
Provides: | python-torchaudio |
Submitter: | leomao |
Maintainer: | None |
Last Packager: | leomao |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-17 05:09 (UTC) |
Last Updated: | 2021-04-22 03:30 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- sox (sox-dsd-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-setuptools (make)
- python-kaldi-ioAUR (optional)
- python-soundfileAUR (optional)
Required by (14)
- coqui-tts (requires python-torchaudio)
- dsnote (requires python-torchaudio) (optional)
- dsnote-git (requires python-torchaudio) (optional)
- fairseq (requires python-torchaudio)
- fairseq-git (requires python-torchaudio)
- localai-git (requires python-torchaudio)
- localai-git-cuda (requires python-torchaudio)
- localai-git-rocm (requires python-torchaudio)
- python-auralis (requires python-torchaudio)
- python-encodec-git (requires python-torchaudio)
- python-lhotse-git (requires python-torchaudio)
- python-open-unmix-pytorch (requires python-torchaudio)
- python-qualia-core (requires python-torchaudio) (optional)
- python-speechbrain-git (requires python-torchaudio)
Latest Comments
moto commented on 2021-12-21 21:28 (UTC)
Hi
We recently integrated KenLM. All the related libraries are statically-linked and the new extension is self-contained, but if you encounter any issue on while building, please let us know. https://github.com/pytorch/audio/issues/new/choose
rien333 commented on 2021-04-19 14:45 (UTC) (edited on 2021-04-19 14:53 (UTC) by rien333)
@leoma Same. I'm in the process of opening an issue. EDIT Here it is: https://github.com/pytorch/audio/issues/1461
leomao commented on 2021-04-19 14:24 (UTC)
I have updated the PKGBUILD, but when I
import torchaudio
I gotI haven't found a solution yet. Do anyone know what is the problem?
yan12125 commented on 2021-03-05 16:54 (UTC)
FWIW, recent torchaudio changes require updating PKGBUILD. Here is a working one: https://fars.ee/7M08
yan12125 commented on 2020-11-08 12:11 (UTC)
Thanks!
leomao commented on 2020-11-08 10:23 (UTC)
Sure.
yan12125 commented on 2020-11-08 10:04 (UTC)
Hi, could you change arch=('any') to arch=('x86_64')? The built package contains an architecture-dependent module _torchaudio and thus namcap complains.
By the way, it seems that the _github variable is not used.