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:
Wing Lian
2023-08-23 22:08:11 -04:00
parent caa80e891d
commit 588cd65a64
4 changed files with 31 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
pip install torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cu118
pip install -e .
pip install -r requirements-tests.txt