Skip to content

Commit d42421c

Browse files
authored
Update flash_attention.yml (#61)
FA repo moved to adopting nvidia-cutlass-dsl version 4.1.0 Nvidia changed B200 host label to linux.dgx.b200.8
1 parent 6544533 commit d42421c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/flash_attention.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
benchmark-flash-attn:
1717
name: Flash Attention CuTe DSL Benchmark
18-
runs-on: B200
18+
runs-on: linux.dgx.b200.8
1919
container:
2020
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch/
2121
image: nvcr.io/nvidia/pytorch:25.06-py3
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
set -x
3131
echo "Installing nvidia-cutlass-dsl"
32-
pip install nvidia-cutlass-dsl==4.1.0.dev0
32+
pip install nvidia-cutlass-dsl==4.1.0
3333
- name: Buid and Run FlashAttention CuTe DSL
3434
run: |
3535
set -x
@@ -41,4 +41,4 @@ jobs:
4141
export PYTHONPATH=$(pwd)
4242
python benchmarks/benchmark_attn.py >> $GITHUB_STEP_SUMMARY
4343
44-
popd
44+
popd

0 commit comments

Comments
 (0)