mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-22 19:23:16 +00:00
[CI] install flash-attn 2.7.4.post1
This commit is contained in:
parent
d097224d90
commit
e285eb6993
6
.github/workflows/build_on_schedule.yml
vendored
6
.github/workflows/build_on_schedule.yml
vendored
@ -3,7 +3,7 @@ name: Build on Schedule
|
||||
on:
|
||||
schedule:
|
||||
# run at 00:00 of every Sunday
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -51,6 +51,10 @@ jobs:
|
||||
with:
|
||||
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
|
||||
if: steps.check-avai.outputs.avai == 'true'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user