Spaces:
Running
on
Zero
Running
on
Zero
File size: 1,213 Bytes
70d8fcf 7e21791 e566526 |
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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# Core Deep Learning Framework torch==2.4.0 torchaudio==2.4.0 lightning==2.5.1.post0 # ML/DL Libraries transformers==4.51.1 accelerate==1.5.2 datasets==3.6.0 tokenizers==0.21.1 safetensors==0.5.3 # Scientific Computing numpy==1.25.0 scipy==1.15.2 scikit-learn==1.6.1 pandas==2.2.3 # Audio Processing librosa==0.11.0 audioread==3.0.1 soundfile==0.13.1 pesq==0.0.4 auraloss==0.4.0 nnAudio==0.3.3 julius==0.2.7 soxr==0.5.0.post1 mir_eval==0.8.2 jams==0.3.4 msaf==0.1.80 # Visualization & Monitoring matplotlib==3.10.1 seaborn==0.13.2 tensorboard==2.19.0 wandb==0.19.8 gpustat==1.1.1 # Configuration & CLI hydra-core==1.3.2 omegaconf==2.3.0 fire==0.7.1 click==8.1.8 # Deep Learning Utils einops==0.8.1 einx==0.3.0 x-transformers==2.4.14 x-clip==0.14.4 ema-pytorch==0.7.7 schedulefree==1.4.1 torchmetrics==1.7.1 # Data Processing h5py==3.13.0 pyarrow==19.0.1 pillow==11.1.0 # Text Processing ftfy==6.3.1 regex==2024.11.6 pypinyin==0.54.0 textgrid==1.6.1 pylrc==0.1.2 # Model Management modelscope==1.27.1 # Utilities tqdm==4.67.1 loguru==0.7.3 joblib==1.4.2 easydict==1.13 addict==2.4.0 beartype==0.21.0 # Others triton==3.0.0 muq==0.1.0 vmo==0.30.5 # others gradio einops beartype huggingface-hub==0.33.5 |