Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
huggingface_hub
|
|
|
|
| 1 |
+
streamlit==1.32.0
|
| 2 |
+
transformers==4.36.2
|
| 3 |
+
accelerate==0.27.2
|
| 4 |
+
auto-gptq==0.5.1
|
| 5 |
+
torch==2.1.2
|
| 6 |
+
bitsandbytes==0.42.0
|
| 7 |
+
einops==0.7.0
|
| 8 |
+
optimum==1.17.1
|
|
|