There was an error while loading. Please reload this page.
1 parent 304d43c commit 6ed44c0Copy full SHA for 6ed44c0
1 file changed
.github/workflows/flash_attention.yml
@@ -21,9 +21,12 @@ 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
+ - name: DEBUG
+ run: |
+ set -eux
27
+ pwd
28
+ ls ~/
29
+ ls ~/externals
30
- uses: actions/checkout@v4
31
with:
32
repository: 'Dao-AILab/flash-attention'
0 commit comments