Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,4 +2,7 @@ sentencepiece
|
|
2 |
transformers[torch] @ https://github.com/huggingface/transformers/archive/refs/tags/v4.31.0.zip
|
3 |
numpy
|
4 |
gradio
|
5 |
-
gradio_client
|
|
|
|
|
|
|
|
2 |
transformers[torch] @ https://github.com/huggingface/transformers/archive/refs/tags/v4.31.0.zip
|
3 |
numpy
|
4 |
gradio
|
5 |
+
gradio_client
|
6 |
+
accelerate
|
7 |
+
bitsandbytes
|
8 |
+
torch>=1.13.0
|