Search Criteria
Package Details: python-torchaudio 2.9.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-torchaudio.git (read-only, click to copy) |
|---|---|
| Package Base: | python-torchaudio |
| Description: | Data manipulation and transformation for audio signal processing, powered by PyTorch |
| Upstream URL: | https://github.com/pytorch/audio |
| Licenses: | BSD-2-Clause |
| Conflicts: | python-torchaudio-git |
| Submitter: | HenryJia |
| Maintainer: | NBonaparte |
| Last Packager: | NBonaparte |
| Votes: | 8 |
| Popularity: | 0.70 |
| First Submitted: | 2020-08-27 18:23 (UTC) |
| Last Updated: | 2025-10-19 22:16 (UTC) |
Dependencies (17)
- bzip2 (bzip2-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libogg (libogg-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- opencore-amr (opencore-amr-gitAUR)
- opus (opus-gitAUR)
- opusfile (opusfile-gitAUR)
- python
- python-pytorch (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-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- xz (xz-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python-setuptools (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR, cuda-12.5AUR, cuda-12.9AUR) (optional)
Required by (18)
- coqui-tts
- dsnote (optional)
- dsnote-git (optional)
- freedv-gui
- localai-git
- localai-git-cuda
- localai-git-rocm
- python-auralis
- python-encodec-git
- python-lhotse-git
- python-open-unmix-pytorch
- python-qualia-core (optional)
- python-speechbrain-git
- python-torchmetrics (optional)
- python-tts-git
- python-vllm (optional)
- python-vllm-bin (optional)
- python-webdataset
Latest Comments
1 2 3 4 Next › Last »
medaminezghal commented on 2025-10-19 20:06 (UTC)
@NBonaparte The version 2.9.0 has been arrived: https://github.com/pytorch/audio/releases/tag/v2.9.0 and there is a lot of things changes: for example they remove SOX from the build.
lubosz commented on 2025-10-13 13:03 (UTC) (edited on 2025-10-13 13:03 (UTC) by lubosz)
CUDA 13 has landed in Arch and this is now broken.
To fix the build with CUDA 13 please take the build fix from my branch
https://github.com/lubosz/torchaudio/commit/1b5fc145c8a0eba26f3a26a9f927c3c307a4ed14
It requires a patch from main that fixes the build for 2 kernels as well as dropping now unsupported compute arches below 7.5.
Also please consider taking the patch that makes
lnnot fail on rebuilds.https://github.com/lubosz/torchaudio/commit/04f27e56a0201e323cf3a6f905f1d8de269df058
medaminezghal commented on 2025-08-11 09:02 (UTC)
@NBonaparte New version 2.8.0 has been released: https://github.com/pytorch/audio/releases/tag/v2.8.0
arzeth commented on 2025-07-22 10:40 (UTC) (edited on 2025-07-22 10:41 (UTC) by arzeth)
I had to add
export CXX=g++-14to avoid lots of CUDA-related errors (in the end, the package was built successfully). But this requires a new dependency:gcc14.Also I manually changed/updated 2.7.0 to 2.7.1 in my
PKGBUILD(because why not).micwoj92 commented on 2025-04-29 18:01 (UTC)
@medaminezghal just because something it is
basedoesn't matter it shouldn't be specified as a dependency.Similar goes for ffmpeg, if xz, opus, opencore-amr, lame, libvorbis, libogg are direct dependencies of this program, then there is no reason to remove them.
medaminezghal commented on 2025-04-28 17:01 (UTC)
@NBonaparte You can also add
python-soundfile,python-sentencepieceandpython-deep-phonemizer(still doesn't exist in Arch and AUR repositories) as optional dependencies.medaminezghal commented on 2025-04-28 16:46 (UTC) (edited on 2025-04-28 16:47 (UTC) by medaminezghal)
@NBonaparte
bzip2should not be a dependency because it's already in Archbasepackage.You need to add
ffmpegas dependency and removexz,opus,opencore-amr,lame,libvorbisandliboggas they're dependencies offfmpeg.You can also remove
BUILD_SOX=1as it's true per default.gitandboostis not necessary as make dependencies.This is check function for
kaldi-io:Now, you can add
BUILD_KALDI=$(check_kaldi_io)micwoj92 commented on 2025-03-27 08:25 (UTC)
Please use spdx license identifier.
ap_qld commented on 2025-01-30 23:21 (UTC)
1 2 3 4 Next › Last »