Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
torch
|
| 3 |
-
transformers
|
| 4 |
-
peft
|
| 5 |
huggingface_hub
|
|
|
|
| 6 |
sentencepiece
|
| 7 |
-
protobuf
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
+
transformers>=4.44.0
|
| 3 |
+
peft>=0.12.0
|
| 4 |
huggingface_hub
|
| 5 |
+
gradio
|
| 6 |
sentencepiece
|
| 7 |
+
protobuf
|
| 8 |
+
accelerate
|