VTS/requirements.txt
2026-06-12 23:35:56 +09:00

22 lines
659 B
Text

--extra-index-url https://download.pytorch.org/whl/cu124
beartype>=0.19.0
einops>=0.8.0
huggingface-hub[cli]>=0.26.1
hydra-core>=1.3.2
jaxtyping>=0.2.34
librosa>=0.10.2
lightning==2.4.0
matplotlib>=3.8.0
numpy<2
safetensors==0.4.5
scipy>=1.11.0
soundfile>=0.12.1
tokenizers==0.21.0
torch==2.4.1+cu124; platform_system == "Linux" and platform_machine == "x86_64"
torchaudio==2.4.1+cu124; platform_system == "Linux" and platform_machine == "x86_64"
torch==2.4.1; platform_system != "Linux" or platform_machine != "x86_64"
torchaudio==2.4.1; platform_system != "Linux" or platform_machine != "x86_64"
torchdiffeq>=0.2.4
torchmetrics==1.6.0
transformers==4.47.0