Skip to content

Commit

Permalink
ci: bump CUDA tests to 11.7.1 (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jul 4, 2023
1 parent 22954dc commit 8c0298f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
PYTHON_VERSION: '3.8'
TORCH_VERSION: '1.13.1'
CUDA_VERSION_MM: '117'
runner_image: "nvidia/cuda:11.7.0-cudnn8-runtime-ubuntu20.04"
runner_image: "nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04"
'torch v2.0 | py3.9':
PYTHON_VERSION: '3.9'
TORCH_VERSION: '2.0.1'
CUDA_VERSION_MM: '117'
runner_image: "nvidia/cuda:11.7.0-cudnn8-runtime-ubuntu20.04"
runner_image: "nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04"
'torch v2.0 | py3.10':
PYTHON_VERSION: '3.10'
TORCH_VERSION: '2.0.1'
Expand Down

0 comments on commit 8c0298f

Please sign in to comment.