We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6f20d commit 8be7ea8Copy full SHA for 8be7ea8
.github/workflows/run_chatgpt_examples.yml
@@ -43,9 +43,9 @@ jobs:
43
pip install --no-cache-dir -v .
44
pip install --no-cache-dir -r examples/requirements.txt
45
46
- - name: Install flash-attention
47
- run: |
48
- pip install flash-attn==2.7.4.post1 --no-build-isolation
+ # - name: Install flash-attention
+ # run: |
+ # pip install flash-attn==2.7.4.post1 --no-build-isolation
49
50
# - name: Install Transformers
51
# run: |
0 commit comments