Skip to content

Commit 6ed44c0

Browse files
committed
Debug
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 304d43c commit 6ed44c0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/flash_attention.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
image: nvcr.io/nvidia/pytorch:25.06-py3
2222
options: --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864
2323
steps:
24-
- uses: actions/setup-node@v4
25-
with:
26-
node-version: 20
24+
- name: DEBUG
25+
run: |
26+
set -eux
27+
pwd
28+
ls ~/
29+
ls ~/externals
2730
- uses: actions/checkout@v4
2831
with:
2932
repository: 'Dao-AILab/flash-attention'

0 commit comments

Comments
 (0)