Skip to content

Commit 7f91b7e

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

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
@@ -39,7 +39,7 @@ jobs:
3939
CXXFLAGS: "-O1"
4040
MAX_JOBS: 4
4141
run: |
42-
pip install flash-attn --no-build-isolation
42+
pip install flash-attn==2.7.4.post1 --no-build-isolation
4343
cd applications/ColossalChat
4444
pip install --no-cache-dir -v .
4545
pip install --no-cache-dir -r examples/requirements.txt

0 commit comments

Comments
 (0)