Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gradio>=4.
|
4 |
-
accelerate
|
|
|
|
|
|
1 |
+
transformers>=4.40
|
2 |
+
torch>=2.3.0
|
3 |
+
gradio>=4.0
|
4 |
+
accelerate
|
5 |
+
optimum
|
6 |
+
auto-gptq # 关键依赖
|