Spaces:
Runtime error
Runtime error
Transformers main
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
accelerate
|
2 |
-
bitsandbytes
|
3 |
-
gradio
|
4 |
-
protobuf
|
5 |
-
scipy
|
6 |
-
sentencepiece
|
7 |
-
torch
|
8 |
-
transformers
|
|
|
1 |
+
accelerate
|
2 |
+
bitsandbytes
|
3 |
+
gradio
|
4 |
+
protobuf
|
5 |
+
scipy
|
6 |
+
sentencepiece
|
7 |
+
torch
|
8 |
+
git+https://github.com/huggingface/transformers@main
|