Spaces:
Runtime error
Runtime error
File size: 806 Bytes
6f53b6a ffead1e d6c327b 6f53b6a b126ae6 85adb4e d16c6dd 7f19353 ffead1e 6f53b6a ffead1e 6f53b6a 7f19353 ffead1e b126ae6 6f53b6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# Core PyTorch dependencies torch==2.0.1 torchaudio==2.0.2 torchvision==0.15.2 # Hugging Face ecosystem - pinned to compatible versions diffusers>=0.24.0 huggingface_hub>=0.23.4 bigvgan>=2.4.1 transformers==4.27.0 accelerate==0.21.0 datasets==2.1.0 safetensors==0.3.2 # Audio processing librosa==0.9.2 soundfile==0.12.1 torchlibrosa==0.1.0 wavio==0.0.7 resampy==0.4.2 ssr_eval==0.0.6 # Data processing and visualization numpy==1.23.0 pandas==1.4.1 matplotlib==3.5.2 scikit_image==0.19.3 scikit_learn==1.2.2 scipy==1.8.0 # Utils and others einops==0.6.1 h5py==3.8.0 importlib_metadata==6.3.0 omegaconf==2.3.0 packaging==23.1 progressbar33==2.4 protobuf==3.20.3 sentencepiece==0.1.99 tqdm==4.63.1 wandb==0.12.14 ipython==8.12.0 gradio>=4.3.0 # Dependencies needed by audio processing ffmpeg-python ninja |