gpo.zugaina.org

Search Portage & Overlays:

sci-ml/torchaudio

Audio data, transforms and models for PyTorch

Screenshots

  • torchaudio-2.11.0
    ~amd64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 debug

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • torchaudio-2.11.0
    ~amd64
    cuda rocm ffmpeg openmp +rnnt test python_single_target_python3_12 python_single_target_python3_13 debug

    View      Download      Browse     License: BSD   
    Overlay: phackerlay
  • torchaudio-2.10.0
    ~amd64
    cuda rocm ffmpeg openmp +rnnt test python_single_target_python3_12 python_single_target_python3_13 debug

    View      Download      Browse     License: BSD   
    Overlay: phackerlay
  • torchaudio-2.9.1
    ~amd64
    cuda rocm ffmpeg openmp +rnnt test python_single_target_python3_12 python_single_target_python3_13 debug

    View      Download      Browse     License: BSD   
    Overlay: phackerlay

ChangeLog

commit 0c7a37e26c09ea8a656e150b923d5df190254185
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:43 2026 +0200

sci-ml/torchaudio: disable py3.11

commit 6bcf3b622b30ccfb056615888e41c30e1a8a8bc4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 08:49:23 2026 +0200

sci-ml/torchaudio: new package, 2.11.0

PyTorch audio ops, sister of sci-ml/torchvision. Required by
dev-python/vllm in the cpu path.

CPU-only build for now: USE_CUDA=0 / USE_ROCM=0 /
BUILD_CUDA_CTC_DECODER=0. CUDA/ROCm modes need the same setup_helpers
env-var dance torchvision does — defer until a USE-flag-driven cycle.