Skip to content

Commit

Permalink
Update A6000 workflows to use newer docker container - 24.09 vs 24.03
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Jan 22, 2025
1 parent de4596b commit d92fd52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nv-a6000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
unit-tests:
runs-on: [self-hosted, nvidia, a6000]
container:
image: nvcr.io/nvidia/pytorch:24.03-py3
image: nvcr.io/nvidia/pytorch:24.09-py3
ports:
- 80
options: --gpus all --shm-size "8G"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nv-flash-attn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
unit-tests:
runs-on: [self-hosted, nvidia, a6000]
container:
image: nvcr.io/nvidia/pytorch:24.03-py3
image: nvcr.io/nvidia/pytorch:24.09-py3
ports:
- 80
options: --gpus all --shm-size "8G"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nv-human-eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
unit-tests:
runs-on: [self-hosted, nvidia, a6000]
container:
image: nvcr.io/nvidia/pytorch:24.03-py3
image: nvcr.io/nvidia/pytorch:24.09-py3
ports:
- 80
options: --gpus all --shm-size "8G"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nv-sd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sd-tests:
runs-on: [self-hosted, nvidia, a6000]
container:
image: nvcr.io/nvidia/pytorch:24.03-py3
image: nvcr.io/nvidia/pytorch:24.09-py3
ports:
- 80
options: --gpus all --shm-size "8G"
Expand Down

0 comments on commit d92fd52

Please sign in to comment.