coda / requirements.txt
blackboxanalytics's picture
Switch Space to Docker SDK to bypass stable-audio-tools torch pin
bd0ded8
Raw
History Blame
818 Bytes
--extra-index-url https://download.pytorch.org/whl/cu124
torch==2.8.0
torchaudio==2.8.0
# stable-audio-tools is installed at runtime by app.py (pip install --no-deps)
# because its pyproject.toml hard-pins torch==2.7.1, which ZeroGPU rejects.
# All of SA3's non-torch dependencies are listed here so they are satisfied
# before app.py's --no-deps install runs.
alias-free-torch==0.0.6
dill
einops
einops-exts
huggingface_hub
importlib-resources==5.12.0
nnAudio
PyWavelets==1.4.1
safetensors
sentencepiece==0.1.99
soxr
torchsde
tqdm
transformers
v-diffusion-pytorch==0.0.2
vector-quantize-pytorch==1.14.41
setuptools<81
# pytorch_lightning is used by SA3 LoRA callbacks but not declared in its manifest
pytorch_lightning
# CODA's own DSP + ZeroGPU glue
librosa>=0.10.2
soundfile>=0.12.1
scipy>=1.10.0
numpy<2
spaces