Skip to content

Commit e285eb6

Browse files
committed
[CI] install flash-attn 2.7.4.post1
1 parent d097224 commit e285eb6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_on_schedule.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build on Schedule
33
on:
44
schedule:
55
# run at 00:00 of every Sunday
6-
- cron: "0 0 * * *"
6+
- cron: "0 0 * * 0"
77
workflow_dispatch:
88

99
jobs:
@@ -51,6 +51,10 @@ jobs:
5151
with:
5252
ssh-key: ${{ secrets.SSH_KEY_FOR_CI }}
5353

54+
- name: Install flash-attention
55+
run: |
56+
pip install flash-attn==2.7.4.post1 --no-build-isolation
57+
5458
- name: Install Colossal-AI
5559
if: steps.check-avai.outputs.avai == 'true'
5660
run: |

0 commit comments

Comments
 (0)