Skip to content

Commit 5a929b1

Browse files
committed
Attempt to mount volume
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 6ed44c0 commit 5a929b1

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/flash_attention.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ jobs:
2020
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch/
2121
image: nvcr.io/nvidia/pytorch:25.06-py3
2222
options: --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864
23+
volumes:
24+
- /home/runner/externals:/__e
2325
steps:
24-
- name: DEBUG
25-
run: |
26-
set -eux
27-
pwd
28-
ls ~/
29-
ls ~/externals
3026
- uses: actions/checkout@v4
3127
with:
3228
repository: 'Dao-AILab/flash-attention'

0 commit comments

Comments
 (0)