Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
gradio
|
2 |
transformers
|
3 |
torch
|
4 |
-
|
5 |
pip install -i https://pypi.org/simple/ bitsandbytes
|
6 |
pip install accelerate
|
7 |
|
|
|
1 |
gradio
|
2 |
transformers
|
3 |
torch
|
4 |
+
transformers==4.40.0
|
5 |
pip install -i https://pypi.org/simple/ bitsandbytes
|
6 |
pip install accelerate
|
7 |
|