1616 - " PT110+CUDA113"
1717 - " PT113+CUDA118"
1818 - " PT210+CUDA121"
19- - " PTLATEST+CUDA124"
19+ - " PT240+CUDA126"
20+ - " PTLATEST+CUDA126"
2021 include :
2122 # https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes
2223 - environment : PT110+CUDA113
2829 - environment : PT210+CUDA121
2930 pytorch : " pytorch==2.1.0 torchvision==0.16.0 --extra-index-url https://download.pytorch.org/whl/cu121"
3031 base : " nvcr.io/nvidia/pytorch:23.08-py3" # CUDA 12.1
31- - environment : PTLATEST+CUDA124
32+ - environment : PT240+CUDA126
33+ pytorch : " pytorch==2.4.0 torchvision==0.19.0 --extra-index-url https://download.pytorch.org/whl/cu121"
34+ base : " nvcr.io/nvidia/pytorch:24.08-py3" # CUDA 12.6
35+ - environment : PTLATEST+CUDA126
3236 pytorch : " -U torch torchvision --extra-index-url https://download.pytorch.org/whl/cu121"
33- base : " nvcr.io/nvidia/pytorch:24.08 -py3" # CUDA 12.4
37+ base : " nvcr.io/nvidia/pytorch:24.10 -py3" # CUDA 12.6
3438 container :
3539 image : ${{ matrix.base }}
3640 options : " --gpus all"
7175 if pgrep python; then pkill python; fi
7276 shell : bash
7377 - name : Upload coverage
74- uses : codecov/codecov-action@v4
78+ uses : codecov/codecov-action@v5
7579 with :
7680 fail_ci_if_error : false
7781 files : ./coverage.xml
8084 if : github.repository == 'Project-MONAI/MONAI'
8185 strategy :
8286 matrix :
83- container : ["pytorch:23.08", "pytorch:24.08"]
87+ container : ["pytorch:23.08", "pytorch:24.08", "pytorch:24.10" ]
8488 container :
8589 image : nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
8690 options : " --gpus all"
@@ -119,7 +123,7 @@ jobs:
119123 if pgrep python; then pkill python; fi
120124 shell : bash
121125 - name : Upload coverage
122- uses : codecov/codecov-action@v4
126+ uses : codecov/codecov-action@v5
123127 with :
124128 fail_ci_if_error : false
125129 files : ./coverage.xml
@@ -129,7 +133,7 @@ jobs:
129133 if : github.repository == 'Project-MONAI/MONAI'
130134 strategy :
131135 matrix :
132- container : ["pytorch:24.08 "]
136+ container : ["pytorch:24.10 "]
133137 container :
134138 image : nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
135139 options : " --gpus all"
@@ -224,7 +228,7 @@ jobs:
224228 if pgrep python; then pkill python; fi
225229 shell : bash
226230 - name : Upload coverage
227- uses : codecov/codecov-action@v4
231+ uses : codecov/codecov-action@v5
228232 with :
229233 fail_ci_if_error : false
230234 files : ./coverage.xml
@@ -233,7 +237,7 @@ jobs:
233237 if : github.repository == 'Project-MONAI/MONAI'
234238 needs : cron-gpu # so that monai itself is verified first
235239 container :
236- image : nvcr.io/nvidia/pytorch:24.08 -py3 # testing with the latest pytorch base image
240+ image : nvcr.io/nvidia/pytorch:24.10 -py3 # testing with the latest pytorch base image
237241 options : " --gpus all --ipc=host"
238242 runs-on : [self-hosted, linux, x64, integration]
239243 steps :
0 commit comments