@@ -22,19 +22,21 @@ jobs:
2222 strategy :
2323 matrix :
2424 environment :
25- - " PT113+CUDA116"
26- - " PT210+CUDA121DOCKER"
25+ - " PT230+CUDA124DOCKER"
26+ - " PT240+CUDA125DOCKER"
27+ - " PT250+CUDA126DOCKER"
2728 include :
2829 # https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes
29- - environment : PT113+CUDA116
30- pytorch : " torch==1.13.1 torchvision==0.14.1"
31- base : " nvcr.io/nvidia/cuda:11.6.1-devel-ubuntu18.04"
32- - environment : PT210+CUDA121DOCKER
33- # 23.08: 2.1.0a0+29c30b1
30+ - environment : PT230+CUDA124DOCKER
31+ # 24.04: 2.3.0a0+6ddf5cf85e
3432 pytorch : " -h" # we explicitly set pytorch to -h to avoid pip install error
35- base : " nvcr.io/nvidia/pytorch:23.08-py3"
36- - environment : PT210+CUDA121DOCKER
37- # 24.08: 2.3.0a0+40ec155e58.nv24.3
33+ base : " nvcr.io/nvidia/pytorch:24.04-py3"
34+ - environment : PT240+CUDA125DOCKER
35+ # 24.06: 2.4.0a0+f70bd71a48
36+ pytorch : " -h" # we explicitly set pytorch to -h to avoid pip install error
37+ base : " nvcr.io/nvidia/pytorch:24.06-py3"
38+ - environment : PT250+CUDA126DOCKER
39+ # 24.08: 2.5.0a0+872d972e41
3840 pytorch : " -h" # we explicitly set pytorch to -h to avoid pip install error
3941 base : " nvcr.io/nvidia/pytorch:24.08-py3"
4042 container :
4951 apt-get update
5052 apt-get install -y wget
5153
52- if [ ${{ matrix.environment }} = "PT113+CUDA116 " ]
54+ if [ ${{ matrix.environment }} = "PT230+CUDA124 " ]
5355 then
5456 PYVER=3.9 PYSFX=3 DISTUTILS=python3-distutils && \
5557 apt-get update && apt-get install -y --no-install-recommends \
@@ -114,7 +116,7 @@ jobs:
114116 # build for the current self-hosted CI Tesla V100
115117 BUILD_MONAI=1 TORCH_CUDA_ARCH_LIST="7.0" ./runtests.sh --build --disttests
116118 ./runtests.sh --quick --unittests
117- if [ ${{ matrix.environment }} = "PT113+CUDA116 " ]; then
119+ if [ ${{ matrix.environment }} = "PT230+CUDA124 " ]; then
118120 # test the clang-format tool downloading once
119121 coverage run -m tests.clang_format_utils
120122 fi
0 commit comments