Skip to content

Commit 78bc6d4

Browse files
committed
fix ci; specify flash-attn version
1 parent 7f91b7e commit 78bc6d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_chatgpt_examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Install Transformers
4848
run: |
4949
pip install --no-cache-dir transformers==4.36.2
50+
pip install flash-attn==2.7.4.post1 --no-build-isolation
5051
5152
- name: Execute Examples
5253
run: |

0 commit comments

Comments
 (0)