update readme to point to direct link to runpod template, cleanup install instrucitons (#532)

* update readme to point to direct link to runpod template, cleanup install instrucitons

* default install flash-attn and auto-gptq now too

* update readme w flash-attn extra

* fix version in setup
This commit is contained in:
Wing Lian
2023-09-08 11:58:54 -04:00
committed by GitHub
parent 5e2d8a42d9
commit 34c0a86a11
5 changed files with 11 additions and 28 deletions

View File

@@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
pip install -e .
pip install -r requirements-tests.txt
pip3 install -e .
pip3 install -r requirements-tests.txt
- name: Run tests
run: |