fix setup.py to use extra index url
install torch for tests fix cuda version for autogptq index set torch in requirements so that it installs properly move gptq install around to work with github cicd
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu117/
|
||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
|
||||
torch==2.0.1
|
||||
auto-gptq
|
||||
packaging
|
||||
peft @ git+https://github.com/huggingface/peft.git
|
||||
|
||||
Reference in New Issue
Block a user