We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d097224 commit e285eb6Copy full SHA for e285eb6
1 file changed
.github/workflows/build_on_schedule.yml
@@ -3,7 +3,7 @@ name: Build on Schedule
3
on:
4
schedule:
5
# run at 00:00 of every Sunday
6
- - cron: "0 0 * * *"
+ - cron: "0 0 * * 0"
7
workflow_dispatch:
8
9
jobs:
@@ -51,6 +51,10 @@ jobs:
51
with:
52
ssh-key: ${{ secrets.SSH_KEY_FOR_CI }}
53
54
+ - name: Install flash-attention
55
+ run: |
56
+ pip install flash-attn==2.7.4.post1 --no-build-isolation
57
+
58
- name: Install Colossal-AI
59
if: steps.check-avai.outputs.avai == 'true'
60
run: |
0 commit comments