Spaces:
Runtime error
Runtime error
Commit
·
3ff6b4c
1
Parent(s):
cb907c6
git commit -m "Update requirements to include accelerate"
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
gradio>=4.0.0
|
3 |
+
transformers>=4.36.0
|
4 |
+
torch>=2.0.0
|
5 |
+
accelerate>=0.26.0
|
6 |
+
sentencepiece
|
7 |
+
protobuf
|