Skip to content

Commit 8230dd8

Browse files
committed
fix ci; specify flash-attn version
1 parent 0eefac0 commit 8230dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_chatgpt_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install flash-attention
3333
run: |
34-
pip install flash-attn==2.5.8 --no-build-isolation
34+
pip install flash-attn==2.7.4.post1 --no-build-isolation
3535
3636
- name: Install Colossal-AI
3737
run: |

0 commit comments

Comments
 (0)