ThomasBlumet
commited on
Commit
·
ddfa8fe
1
Parent(s):
c7725d0
add auto-gptq in requirements
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ transformers
|
|
2 |
torch
|
3 |
gradio
|
4 |
huggingface_hub
|
5 |
-
optimum
|
|
|
|
|
|
2 |
torch
|
3 |
gradio
|
4 |
huggingface_hub
|
5 |
+
optimum
|
6 |
+
#for running auto-gptq
|
7 |
+
auto-gptq
|