Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
|
|
1 |
unsloth>=0.3.0
|
2 |
gradio>=5.17.0
|
3 |
python-dotenv==1.0.0
|
4 |
huggingface_hub>=0.17.0
|
5 |
transformers>=4.34.0
|
6 |
-
torch>=2.0.0
|
7 |
-
accelerate>=0.21.0
|
8 |
peft>=0.5.0
|
9 |
einops>=0.6.1
|
10 |
scipy>=1.11.1
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
accelerate>=0.21.0
|
3 |
unsloth>=0.3.0
|
4 |
gradio>=5.17.0
|
5 |
python-dotenv==1.0.0
|
6 |
huggingface_hub>=0.17.0
|
7 |
transformers>=4.34.0
|
|
|
|
|
8 |
peft>=0.5.0
|
9 |
einops>=0.6.1
|
10 |
scipy>=1.11.1
|