Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
4 |
gradio>=5.0.0
|
5 |
-
huggingface-hub
|
6 |
numpy
|
7 |
scipy
|
8 |
git+https://github.com/openai/whisper.git
|
|
|
1 |
+
unsloth[cu118] @ git+https://github.com/unslothai/unsloth.git
|
2 |
+
transformers>=4.40.0
|
3 |
+
torch>=2.2.0
|
4 |
+
accelerate>=0.29.0
|
5 |
gradio>=5.0.0
|
6 |
+
huggingface-hub>=0.22.0
|
7 |
numpy
|
8 |
scipy
|
9 |
git+https://github.com/openai/whisper.git
|