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