Spaces:
Build error
Build error
Rename reuirements.txt to requirements.txt
Browse files
reuirements.txt → requirements.txt
RENAMED
|
@@ -1,35 +1,29 @@
|
|
| 1 |
-
#
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision==0.15.2+cpu
|
| 4 |
-
torchaudio==2.0.2+cpu
|
| 5 |
-
-f https://download.pytorch.org/whl/cpu
|
| 6 |
-
|
| 7 |
-
# Transformers + LoRA
|
| 8 |
transformers==4.51.0
|
| 9 |
peft==0.15.1
|
| 10 |
-
bitsandbytes==0.45.5
|
| 11 |
-
|
| 12 |
-
# Accelerated training
|
| 13 |
accelerate==1.6.0
|
| 14 |
safetensors==0.5.3
|
| 15 |
|
| 16 |
-
# HuggingFace
|
| 17 |
huggingface-hub==0.30.1
|
| 18 |
datasets==3.4.1
|
| 19 |
|
| 20 |
-
#
|
| 21 |
streamlit==1.33.0
|
| 22 |
streamlit-audiorecorder==0.0.6
|
| 23 |
|
| 24 |
-
|
|
|
|
| 25 |
pydub==0.25.1
|
| 26 |
SpeechRecognition==3.14.2
|
| 27 |
|
| 28 |
-
# Tokenization
|
| 29 |
sentencepiece==0.1.99
|
| 30 |
tokenizers==0.21.1
|
| 31 |
|
| 32 |
-
#
|
| 33 |
pandas==2.2.2
|
| 34 |
numpy==1.26.4
|
| 35 |
scikit-learn==1.6.1
|
|
|
|
| 1 |
+
# Core ML + Transformers
|
| 2 |
+
torch==2.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
transformers==4.51.0
|
| 4 |
peft==0.15.1
|
| 5 |
+
bitsandbytes==0.45.5
|
|
|
|
|
|
|
| 6 |
accelerate==1.6.0
|
| 7 |
safetensors==0.5.3
|
| 8 |
|
| 9 |
+
# HuggingFace Ecosystem
|
| 10 |
huggingface-hub==0.30.1
|
| 11 |
datasets==3.4.1
|
| 12 |
|
| 13 |
+
# Web App
|
| 14 |
streamlit==1.33.0
|
| 15 |
streamlit-audiorecorder==0.0.6
|
| 16 |
|
| 17 |
+
|
| 18 |
+
# Audio Processing
|
| 19 |
pydub==0.25.1
|
| 20 |
SpeechRecognition==3.14.2
|
| 21 |
|
| 22 |
+
# NLP + Tokenization
|
| 23 |
sentencepiece==0.1.99
|
| 24 |
tokenizers==0.21.1
|
| 25 |
|
| 26 |
+
# Utilities
|
| 27 |
pandas==2.2.2
|
| 28 |
numpy==1.26.4
|
| 29 |
scikit-learn==1.6.1
|