Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +20 -20
requirements.txt
CHANGED
@@ -1,20 +1,20 @@
|
|
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
|
11 |
-
sentencepiece>=0.1.99
|
12 |
-
datasets>=2.14.0
|
13 |
-
trl>=0.7.2
|
14 |
-
wandb>=0.15.0
|
15 |
-
evaluate>=0.4.0
|
16 |
-
bitsandbytes>=0.41.1
|
17 |
-
tensorboard>=2.12.0
|
18 |
-
tensorboardX>=2.6.0
|
19 |
-
deepspeed>=0.10.0
|
20 |
-
mpi4py>=3.1.4
|
|
|
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
|
11 |
+
sentencepiece>=0.1.99
|
12 |
+
datasets>=2.14.0
|
13 |
+
trl>=0.7.2
|
14 |
+
wandb>=0.15.0
|
15 |
+
evaluate>=0.4.0
|
16 |
+
bitsandbytes>=0.41.1
|
17 |
+
tensorboard>=2.12.0
|
18 |
+
tensorboardX>=2.6.0
|
19 |
+
deepspeed>=0.10.0
|
20 |
+
mpi4py>=3.1.4
|