|
16 | 16 | - "PT110+CUDA113" |
17 | 17 | - "PT113+CUDA118" |
18 | 18 | - "PT210+CUDA121" |
19 | | - - "PTLATEST+CUDA124" |
| 19 | + - "PT240+CUDA126" |
| 20 | + - "PTLATEST+CUDA126" |
20 | 21 | include: |
21 | 22 | # https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes |
22 | 23 | - environment: PT110+CUDA113 |
|
28 | 29 | - environment: PT210+CUDA121 |
29 | 30 | pytorch: "pytorch==2.1.0 torchvision==0.16.0 --extra-index-url https://download.pytorch.org/whl/cu121" |
30 | 31 | 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 |
32 | 36 | 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 |
34 | 38 | container: |
35 | 39 | image: ${{ matrix.base }} |
36 | 40 | options: "--gpus all" |
|
80 | 84 | if: github.repository == 'Project-MONAI/MONAI' |
81 | 85 | strategy: |
82 | 86 | matrix: |
83 | | - container: ["pytorch:23.08", "pytorch:24.08"] |
| 87 | + container: ["pytorch:23.08", "pytorch:24.08", "pytorch:24.10"] |
84 | 88 | container: |
85 | 89 | image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image |
86 | 90 | options: "--gpus all" |
@@ -129,7 +133,7 @@ jobs: |
129 | 133 | if: github.repository == 'Project-MONAI/MONAI' |
130 | 134 | strategy: |
131 | 135 | matrix: |
132 | | - container: ["pytorch:24.08"] |
| 136 | + container: ["pytorch:24.10"] |
133 | 137 | container: |
134 | 138 | image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image |
135 | 139 | options: "--gpus all" |
@@ -233,7 +237,7 @@ jobs: |
233 | 237 | if: github.repository == 'Project-MONAI/MONAI' |
234 | 238 | needs: cron-gpu # so that monai itself is verified first |
235 | 239 | 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 |
237 | 241 | options: "--gpus all --ipc=host" |
238 | 242 | runs-on: [self-hosted, linux, x64, integration] |
239 | 243 | steps: |
|
0 commit comments