|
30 | 30 | fail-fast: false |
31 | 31 | matrix: |
32 | 32 | # the config used in '.azure-pipelines/gpu-tests.yml' since the Dockerfile uses the cuda image |
33 | | - python_version: ["3.9"] |
34 | | - pytorch_version: ["1.10", "1.11"] |
| 33 | + python_version: ["3.10"] |
| 34 | + pytorch_version: ["1.11", "1.12"] |
35 | 35 | steps: |
36 | 36 | - uses: actions/checkout@v2 |
37 | 37 | - uses: docker/setup-buildx-action@v2 |
|
50 | 50 | fail-fast: false |
51 | 51 | matrix: |
52 | 52 | # the config used in '.circleci/config.yml`' |
53 | | - python_version: ["3.7"] |
54 | | - xla_version: ["1.11"] |
| 53 | + python_version: ["3.9", "3.10"] |
| 54 | + xla_version: ["1.12"] |
55 | 55 | steps: |
56 | 56 | - uses: actions/checkout@v2 |
57 | 57 | - uses: docker/setup-buildx-action@v2 |
@@ -86,12 +86,11 @@ jobs: |
86 | 86 | matrix: |
87 | 87 | include: |
88 | 88 | # the config used in '.azure-pipelines/gpu-tests.yml' |
89 | | - - {python_version: "3.7", pytorch_version: "1.10", cuda_version: "11.1", ubuntu_version: "20.04"} |
90 | | - - {python_version: "3.7", pytorch_version: "1.11", cuda_version: "11.3.1", ubuntu_version: "20.04"} |
91 | | - # latest (used in Tutorials) |
| 89 | + # Some are used in different projects such as tutorials. |
92 | 90 | - {python_version: "3.8", pytorch_version: "1.9", cuda_version: "11.1", ubuntu_version: "20.04"} |
93 | 91 | - {python_version: "3.9", pytorch_version: "1.10", cuda_version: "11.1", ubuntu_version: "20.04"} |
94 | 92 | - {python_version: "3.9", pytorch_version: "1.11", cuda_version: "11.3.1", ubuntu_version: "20.04"} |
| 93 | + - {python_version: "3.10", pytorch_version: "1.12", cuda_version: "11.6.1", ubuntu_version: "20.04"} |
95 | 94 | steps: |
96 | 95 | - uses: actions/checkout@v2 |
97 | 96 | - uses: docker/setup-buildx-action@v2 |
@@ -130,8 +129,7 @@ jobs: |
130 | 129 | - {python_version: "3.8", pytorch_version: "1.9", cuda_version: "11.1"} |
131 | 130 | - {python_version: "3.8", pytorch_version: "1.10", cuda_version: "11.1"} |
132 | 131 | - {python_version: "3.9", pytorch_version: "1.11", cuda_version: "11.3.1"} |
133 | | - # nightly: add when there's a release candidate |
134 | | - # - {python_version: "3.9", pytorch_version: "1.12"} |
| 132 | + - {python_version: "3.10", pytorch_version: "1.12", cuda_version: "11.6.1"} |
135 | 133 | steps: |
136 | 134 | - uses: actions/checkout@v2 |
137 | 135 | - uses: docker/setup-buildx-action@v2 |
|
0 commit comments