Spaces:
Runtime error
Runtime error
Commit
·
eb727b5
1
Parent(s):
0f9b7b9
add requirements
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
|
|
|
|
|
| 1 |
gradio
|
|
|
|
|
|
|
|
|
|
| 2 |
torch
|
| 3 |
-
transformers
|
| 4 |
-
|
|
|
|
| 1 |
+
accelerate
|
| 2 |
+
bitsandbytes
|
| 3 |
gradio
|
| 4 |
+
protobuf
|
| 5 |
+
scipy
|
| 6 |
+
sentencepiece
|
| 7 |
torch
|
| 8 |
+
git+https://github.com/huggingface/transformers@main
|
|
|