Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.0
|
2 |
+
transformers
|
3 |
+
accelerate
|
4 |
+
optimum
|
5 |
+
git+https://github.com/PanQiWei/AutoGPTQ.git@v0.7.1
|
6 |
+
gradio
|
7 |
+
huggingface-spaces
|