|
14 | 14 | matrix: |
15 | 15 | pytorch_args: ["-v 1.10", "-v 1.11", "-v 1.12", "-v 1.13", "-v 2.0.0", "-v 2.1.0", "-v 2.2.0", "-v 2.3.0"] |
16 | 16 | transformers_args: ["-t 4.38.0", "-t 4.39.0", "-t 4.41.0", "-t 4.43.0", "-t 4.45.2"] |
17 | | - docker_img: ["cimg/python:3.8", "cimg/python:3.9", "cimg/python:3.10", "cimg/python:3.11"] |
| 17 | + docker_img: ["cimg/python:3.9", "cimg/python:3.10", "cimg/python:3.11", "cimg/python:3.12"] |
18 | 18 | exclude: |
19 | 19 | - pytorch_args: "-v 1.10" |
20 | 20 | docker_img: "cimg/python:3.10" |
|
24 | 24 | docker_img: "cimg/python:3.11" |
25 | 25 | - pytorch_args: "-v 1.12" |
26 | 26 | docker_img: "cimg/python:3.11" |
| 27 | + - pytorch_args: "-v 1.10" |
| 28 | + docker_img: "cimg/python:3.12" |
| 29 | + - pytorch_args: "-v 1.11" |
| 30 | + docker_img: "cimg/python:3.12" |
| 31 | + - pytorch_args: "-v 1.12" |
| 32 | + docker_img: "cimg/python:3.12" |
| 33 | + - pytorch_args: "-v 1.13" |
| 34 | + docker_img: "cimg/python:3.12" |
| 35 | + - pytorch_args: "-v 2.0.0" |
| 36 | + docker_img: "cimg/python:3.12" |
| 37 | + - pytorch_args: "-v 2.1.0" |
| 38 | + docker_img: "cimg/python:3.12" |
27 | 39 | fail-fast: false |
28 | 40 | uses: pytorch/test-infra/.github/workflows/linux_job.yml@main |
29 | 41 | with: |
|
0 commit comments