Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
torch==2.1.0
|
2 |
trl==0.4.7
|
3 |
peft==0.4.0
|
4 |
-
accelerate
|
5 |
scipy
|
6 |
transformers==4.35.0
|
7 |
sentencepiece==0.1.99
|
8 |
-
bitsandbytes
|
9 |
gradio
|
10 |
-
python-dotenv
|
|
|
|
|
|
1 |
torch==2.1.0
|
2 |
trl==0.4.7
|
3 |
peft==0.4.0
|
|
|
4 |
scipy
|
5 |
transformers==4.35.0
|
6 |
sentencepiece==0.1.99
|
|
|
7 |
gradio
|
8 |
+
python-dotenv
|
9 |
+
accelerate
|
10 |
+
bitsandbytes
|