Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
unsloth
|
2 |
gradio>=5.17.0
|
3 |
python-dotenv==1.0.0
|
4 |
huggingface_hub>=0.17.0
|
@@ -13,4 +13,6 @@ datasets>=2.14.0
|
|
13 |
trl>=0.7.2
|
14 |
wandb>=0.15.0
|
15 |
evaluate>=0.4.0
|
16 |
-
bitsandbytes>=0.41.1
|
|
|
|
|
|
1 |
+
unsloth>=0.3.0
|
2 |
gradio>=5.17.0
|
3 |
python-dotenv==1.0.0
|
4 |
huggingface_hub>=0.17.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
|