Skip to content

Commit 8be7ea8

Browse files
committed
fix ci; specify flash-attn version
1 parent cb6f20d commit 8be7ea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_chatgpt_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
pip install --no-cache-dir -v .
4444
pip install --no-cache-dir -r examples/requirements.txt
4545
46-
- name: Install flash-attention
47-
run: |
48-
pip install flash-attn==2.7.4.post1 --no-build-isolation
46+
# - name: Install flash-attention
47+
# run: |
48+
# pip install flash-attn==2.7.4.post1 --no-build-isolation
4949

5050
# - name: Install Transformers
5151
# run: |

0 commit comments

Comments
 (0)