There was an error while loading. Please reload this page.
1 parent d42421c commit 304d43cCopy full SHA for 304d43c
1 file changed
.github/workflows/flash_attention.yml
@@ -21,6 +21,9 @@ jobs:
21
image: nvcr.io/nvidia/pytorch:25.06-py3
22
options: --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864
23
steps:
24
+ - uses: actions/setup-node@v4
25
+ with:
26
+ node-version: 20
27
- uses: actions/checkout@v4
28
with:
29
repository: 'Dao-AILab/flash-attention'
0 commit comments