There was an error while loading. Please reload this page.
1 parent 5a929b1 commit cc45affCopy full SHA for cc45aff
1 file changed
.github/workflows/flash_attention.yml
@@ -18,10 +18,9 @@ jobs:
18
runs-on: linux.dgx.b200.8
19
container:
20
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch/
21
- image: nvcr.io/nvidia/pytorch:25.06-py3
+ # image: nvcr.io/nvidia/pytorch:25.06-py3
22
+ image: pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime
23
options: --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864
- volumes:
24
- - /home/runner/externals:/__e
25
steps:
26
- uses: actions/checkout@v4
27
with:
0 commit comments