Spaces:
Running
Running
File size: 1,256 Bytes
ad822ab |
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 |
# PyTorch (CPU-only version) torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 -f https://download.pytorch.org/whl/cpu # Core dependencies numpy==1.26.4 scipy==1.14.1 scikit-learn==1.5.1 pandas==1.3.5 tqdm==4.66.5 requests==2.32.3 pillow==9.5.0 pyyaml==6.0.1 typing-extensions==4.12.2 # Transformers and optimization transformers==4.40.0 optimum==1.21.4 tokenizers==0.19.1 sentencepiece==0.2.0 safetensors==0.4.4 accelerate==0.34.0 # Audio processing librosa==0.10.1 soundfile==0.12.1 pydub==0.25.1 soxr==0.5.0.post1 audioread==3.0.1 nnAudio==0.3.3 # MIDI and music processing mido==1.3.0 music21==7.3.3 abctoolkit==0.0.4 # Natural language processing and text utilities nltk==3.8.1 sacrebleu==2.4.3 sacremoses==0.0.53 langdetect==1.0.9 langid==1.1.6 language-data==1.2.0 regex==2023.8.8 unidecode==1.3.6 # Hugging Face Hub huggingface-hub==0.24.6 datasets==2.21.0 # Logging and tracking wandb==0.17.8 setproctitle==1.3.3 sentry-sdk==2.13.0 # Utilities protobuf==5.28.0 filelock==3.12.2 tabulate==0.9.0 dill==0.3.8 fsspec==2024.6.1 xxhash==3.5.0 gitpython==3.1.43 certifi==2023.7.22 charset-normalizer==3.2.0 urllib3==2.0.4 yarl==1.9.7 idna==3.4 samplings==0.1.7 six==1.16.0 |