Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
accelerate
|
2 |
-
bitsandbytes
|
3 |
-
gradio
|
4 |
-
protobuf
|
5 |
-
scipy
|
6 |
-
sentencepiece
|
7 |
-
|
8 |
-
torch==2.0.0
|
9 |
-
transformers==4.34.0
|
10 |
git+https://github.com/huggingface/huggingface_hub@hf-transfer-callback
|
11 |
hf-transfer==0.1.4rc1
|
|
|
1 |
+
accelerate
|
2 |
+
bitsandbytes
|
3 |
+
gradio
|
4 |
+
protobuf
|
5 |
+
scipy
|
6 |
+
sentencepiece
|
7 |
+
transformers
|
|
|
|
|
8 |
git+https://github.com/huggingface/huggingface_hub@hf-transfer-callback
|
9 |
hf-transfer==0.1.4rc1
|