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