add mistral e2e tests (#649)
* mistral e2e tests * make sure to enable flash attention for the e2e tests * use latest transformers full sha * uninstall first
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -69,6 +69,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 uninstall -y transformers accelerate
|
||||
pip3 install -U -e .[flash-attn]
|
||||
pip3 install -r requirements-tests.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user