add cu130 + torch 2.9.1 to test matrices (#3343)

* add cu130 + torch 2.9.1 to test matrices

* uv can't use pip3 directly
This commit is contained in:
Wing Lian
2026-01-05 15:24:29 -05:00
committed by GitHub
parent 4e61b8aa23
commit ee59e4de97
3 changed files with 15 additions and 2 deletions

View File

@@ -43,6 +43,13 @@ jobs:
axolotl_extras: fbgemm-gpu
num_gpus: 2
nightly_build: "true"
- cuda: 130
cuda_version: 13.0.0
python_version: "3.11"
pytorch: 2.9.1
axolotl_extras: fbgemm-gpu
num_gpus: 2
nightly_build: "true"
runs-on: [self-hosted, modal]
timeout-minutes: 120
steps:

View File

@@ -316,6 +316,12 @@ jobs:
pytorch: 2.9.1
num_gpus: 1
axolotl_extras:
- cuda: 130
cuda_version: 13.0.0
python_version: "3.11"
pytorch: 2.9.1
num_gpus: 1
axolotl_extras:
steps:
- name: Checkout
uses: actions/checkout@v4