Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
@@ -1,8 +1,16 @@
|
|
|
|
1 |
gradio==4.13.0
|
2 |
python-dotenv==1.0.0
|
3 |
huggingface_hub>=0.17.0
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
unsloth>=0.3.0
|
2 |
gradio==4.13.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
|
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
|