fix: pin autogptq (#818)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
|
| 3 |
torch==2.0.1
|
| 4 |
-
auto-gptq
|
| 5 |
packaging
|
| 6 |
peft @ git+https://github.com/huggingface/peft.git
|
| 7 |
transformers @ git+https://github.com/huggingface/transformers.git@acc394c4f5e1283c19783581790b3dc3105a3697
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
|
| 3 |
torch==2.0.1
|
| 4 |
+
auto-gptq==0.4.2
|
| 5 |
packaging
|
| 6 |
peft @ git+https://github.com/huggingface/peft.git
|
| 7 |
transformers @ git+https://github.com/huggingface/transformers.git@acc394c4f5e1283c19783581790b3dc3105a3697
|