Add torch 2.10.0 to unit tests and use python 3.14 (#3450)

* Add torch 2.10.0 to unit tests and use python 3.14

* hold on python 3.14 checks due to mistral common

* add base option to matrix
This commit is contained in:
Wing Lian
2026-03-03 13:01:52 -05:00
committed by GitHub
parent 945c8aeb10
commit 653f90be25
2 changed files with 37 additions and 15 deletions

View File

@@ -51,6 +51,14 @@ jobs:
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX" torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
dockerfile: "Dockerfile-base" dockerfile: "Dockerfile-base"
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
- cuda: "128"
cuda_version: 12.8.1
cudnn_version: ""
python_version: "3.11"
pytorch: 2.10.0
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
dockerfile: "Dockerfile-base"
platforms: "linux/amd64,linux/arm64"
- cuda: "128" - cuda: "128"
cuda_version: 12.8.1 cuda_version: 12.8.1
cudnn_version: "" cudnn_version: ""
@@ -181,6 +189,14 @@ jobs:
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX" torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
dockerfile: "Dockerfile-uv-base" dockerfile: "Dockerfile-uv-base"
platforms: "linux/amd64,linux/arm64" platforms: "linux/amd64,linux/arm64"
- cuda: "128"
cuda_version: 12.8.1
cudnn_version: ""
python_version: "3.1"
pytorch: 2.10.0
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
dockerfile: "Dockerfile-uv-base"
platforms: "linux/amd64,linux/arm64"
# - cuda: "129" # - cuda: "129"
# cuda_version: 12.9.1 # cuda_version: 12.9.1
# cudnn_version: "" # cudnn_version: ""

View File

@@ -54,13 +54,13 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: ["3.11", "3.12"] python_version: ["3.12"] # TODO include py3.14 once https://github.com/mistralai/mistral-common/pull/194 is merged
pytorch_version: ["2.8.0", "2.9.0", "2.9.1"] pytorch_version: ["2.8.0", "2.9.1", "2.10.0"]
exclude: # exclude:
- python_version: "3.12" # - python_version: "3.14"
pytorch_version: "2.8.0" # pytorch_version: "2.8.0"
- python_version: "3.12" # - python_version: "3.14"
pytorch_version: "2.9.0" # pytorch_version: "2.9.1"
timeout-minutes: 20 timeout-minutes: 20
steps: steps:
@@ -149,13 +149,13 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: ["3.11", "3.12"] python_version: ["3.12"] # TODO include py3.14 once https://github.com/mistralai/mistral-common/pull/194 is merged
pytorch_version: ["2.8.0", "2.9.0", "2.9.1"] pytorch_version: ["2.8.0", "2.9.1", "2.10.0"]
exclude: # exclude:
- python_version: "3.12" # - python_version: "3.14"
pytorch_version: "2.8.0" # pytorch_version: "2.8.0"
- python_version: "3.12" # - python_version: "3.14"
pytorch_version: "2.9.0" # pytorch_version: "2.9.1"
timeout-minutes: 20 timeout-minutes: 20
steps: steps:
@@ -326,6 +326,12 @@ jobs:
pytorch: 2.9.1 pytorch: 2.9.1
num_gpus: 1 num_gpus: 1
axolotl_extras: axolotl_extras:
- cuda: 128
cuda_version: 12.8.1
python_version: "3.11"
pytorch: 2.10.0
num_gpus: 1
axolotl_extras:
- cuda: 130 - cuda: 130
cuda_version: 13.0.0 cuda_version: 13.0.0
python_version: "3.11" python_version: "3.11"
@@ -371,7 +377,7 @@ jobs:
include: include:
- cuda: 129 - cuda: 129
cuda_version: 12.9.1 cuda_version: 12.9.1
python_version: "3.12" python_version: "3.11"
pytorch: 2.9.1 pytorch: 2.9.1
num_gpus: 1 num_gpus: 1
axolotl_extras: axolotl_extras: