From 7dc3ac6cb36f92f47eb9bd3adc48cf4eb7020e2e Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Mon, 14 Jul 2025 20:10:43 -0400 Subject: [PATCH] update nightlies builds (#2921) [skip ci] --- .github/workflows/nightlies.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 824c7e4f2..49bce470b 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -12,11 +12,16 @@ jobs: fail-fast: false matrix: include: - - cuda: 124 - cuda_version: 12.4.1 + - cuda: 126 + cuda_version: 12.6.3 python_version: "3.11" pytorch: 2.6.0 axolotl_extras: + - cuda: 126 + cuda_version: 12.6.3 + python_version: "3.11" + pytorch: 2.7.1 + axolotl_extras: runs-on: axolotl-gpu-runner steps: - name: Checkout @@ -60,15 +65,15 @@ jobs: strategy: matrix: include: - - cuda: 124 - cuda_version: 12.4.1 + - cuda: 126 + cuda_version: 12.6.3 python_version: "3.11" pytorch: 2.6.0 axolotl_extras: - cuda: 126 cuda_version: 12.6.3 python_version: "3.11" - pytorch: 2.6.0 + pytorch: 2.7.1 axolotl_extras: runs-on: axolotl-gpu-runner steps: