Skip to content

Commit

Permalink
Update workflows to 24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Jan 24, 2025
1 parent 84eeb33 commit bfd41f8
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.09-py3
image: nvcr.io/nvidia/pytorch:24.06-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.09-py3
image: nvcr.io/nvidia/pytorch:24.06-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.09-py3
image: nvcr.io/nvidia/pytorch:24.06-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.09-py3
image: nvcr.io/nvidia/pytorch:24.06-py3
ports:
- 80
options: --gpus all --shm-size "8G"
Expand Down

0 comments on commit bfd41f8

Please sign in to comment.