Skip to content

Commit

Permalink
Update to 24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Jan 31, 2025
1 parent 83c5681 commit 5762bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
cd tests
python -m pytest --color=yes --durations=0 --verbose -rF -m 'stable_diffusion' -k "TestStableDiffusion" unit/ --torch_ver="2.5" --cuda_ver="12"
python -m pytest --color=yes --durations=0 --verbose -rF -m 'stable_diffusion' -k "TestStableDiffusion" unit/ --torch_ver="2.4" --cuda_ver="12"
- name: Open GitHub issue if weekly CI fails
if: ${{ failure() && (github.event_name == 'schedule') }}
Expand Down

0 comments on commit 5762bf4

Please sign in to comment.