[CI] install flash-attn 2.7.4.post1

This commit is contained in:
botbw 2025-07-14 02:38:02 +00:00
parent d097224d90
commit e285eb6993

View File

@ -3,7 +3,7 @@ name: Build on Schedule
on: on:
schedule: schedule:
# run at 00:00 of every Sunday # run at 00:00 of every Sunday
- cron: "0 0 * * *" - cron: "0 0 * * 0"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -51,6 +51,10 @@ jobs:
with: with:
ssh-key: ${{ secrets.SSH_KEY_FOR_CI }} ssh-key: ${{ secrets.SSH_KEY_FOR_CI }}
- name: Install flash-attention
run: |
pip install flash-attn==2.7.4.post1 --no-build-isolation
- name: Install Colossal-AI - name: Install Colossal-AI
if: steps.check-avai.outputs.avai == 'true' if: steps.check-avai.outputs.avai == 'true'
run: | run: |