There was an error while loading. Please reload this page.
1 parent 6ed44c0 commit 5a929b1Copy full SHA for 5a929b1
1 file changed
.github/workflows/flash_attention.yml
@@ -20,13 +20,9 @@ jobs:
20
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch/
21
image: nvcr.io/nvidia/pytorch:25.06-py3
22
options: --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864
23
+ volumes:
24
+ - /home/runner/externals:/__e
25
steps:
- - name: DEBUG
- run: |
26
- 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