Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
transformers>=4.45.2
|
| 3 |
torch==2.3.0
|
| 4 |
-
accelerate=
|
| 5 |
huggingface-hub>=0.23.2
|
| 6 |
sentencepiece==0.1.99
|
| 7 |
protobuf==4.25.0
|
| 8 |
-
peft>=0.
|
| 9 |
bitsandbytes==0.43.1
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
transformers>=4.45.2
|
| 3 |
torch==2.3.0
|
| 4 |
+
accelerate>=0.26.0
|
| 5 |
huggingface-hub>=0.23.2
|
| 6 |
sentencepiece==0.1.99
|
| 7 |
protobuf==4.25.0
|
| 8 |
+
peft>=0.17.0
|
| 9 |
bitsandbytes==0.43.1
|