Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
transformers
|
|
|
2 |
accelerate
|
3 |
bitsandbytes
|
4 |
-
gradio
|
5 |
-
torch
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git
|
2 |
+
torch
|
3 |
accelerate
|
4 |
bitsandbytes
|
5 |
+
gradio
|
|