Skip to content

Commit

Permalink
Separate AutoGPTQ dep to pip install -e .[auto-gptq] (#1077)
Browse files Browse the repository at this point in the history
* Separate AutoGPTQ dep to `pip install -e .[auto-gptq]`

* Fix code review
  • Loading branch information
casper-hansen committed Jan 9, 2024
1 parent d7057cc commit 9be92d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
auto-gptq==0.5.1
packaging
peft==0.7.0
transformers @ git+https://github.com/huggingface/transformers.git@3cefac1d974db5e2825a0cb2b842883a628be7a0
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ def parse_requirements():
"mamba-ssm": [
"mamba-ssm==1.0.1",
],
"auto-gptq": [
"auto-gptq==0.5.1",
],
},
)

0 comments on commit 9be92d1

Please sign in to comment.