Skip to content

Commit

Permalink
Fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Dec 6, 2024
1 parent 2b3f822 commit bffc713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_linux-test-h100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
with:
submodules: recursive
- uses: dorny/paths-filter@v3
id: flash_attn_updated
id: submodules_changes
with:
filters: |
src:
fa:
- 'submodules/flash-attention/**'
- name: Tune Nvidia GPU
run: |
sudo nvidia-smi -pm 1
sudo ldconfig
nvidia-smi
- name: Reinstall flash-attn (optional)
if: steps.flash_attn_updated
if: steps.submodules_changes.outputs.fa == 'true'
run: |
. "${SETUP_SCRIPT}"
python install.py --fa2
Expand Down

0 comments on commit bffc713

Please sign in to comment.