From bcc108efc1a23b3f4552d4e7b2fbfe029fe53af6 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 12 Jun 2025 13:22:20 -0400 Subject: [PATCH] build 2.7.1 images too (#2784) [skip ci] --- .github/workflows/main.yml | 8 ++++---- .github/workflows/multi-gpu-e2e.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01606f902..7ff712757 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,12 +29,12 @@ jobs: - cuda: 126 cuda_version: 12.6.3 python_version: "3.11" - pytorch: 2.7.0 + pytorch: 2.7.1 axolotl_extras: - cuda: 128 cuda_version: 12.8.1 python_version: "3.11" - pytorch: 2.7.0 + pytorch: 2.7.1 axolotl_extras: runs-on: axolotl-gpu-runner steps: @@ -97,12 +97,12 @@ jobs: - cuda: 126 cuda_version: 12.6.3 python_version: "3.11" - pytorch: 2.7.0 + pytorch: 2.7.1 axolotl_extras: - cuda: 128 cuda_version: 12.8.1 python_version: "3.11" - pytorch: 2.7.0 + pytorch: 2.7.1 axolotl_extras: runs-on: axolotl-gpu-runner steps: diff --git a/.github/workflows/multi-gpu-e2e.yml b/.github/workflows/multi-gpu-e2e.yml index 0167df67a..deea0ed29 100644 --- a/.github/workflows/multi-gpu-e2e.yml +++ b/.github/workflows/multi-gpu-e2e.yml @@ -43,7 +43,7 @@ jobs: - cuda: 126 cuda_version: 12.6.3 python_version: "3.11" - pytorch: 2.7.0 + pytorch: 2.7.1 axolotl_extras: num_gpus: 2 nightly_build: "true" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ddbd25291..11fe13713 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: python_version: ["3.11"] - pytorch_version: ["2.5.1", "2.6.0", "2.7.0"] + pytorch_version: ["2.5.1", "2.6.0", "2.7.1"] timeout-minutes: 20 steps: @@ -125,7 +125,7 @@ jobs: fail-fast: false matrix: python_version: ["3.11"] - pytorch_version: ["2.5.1", "2.6.0", "2.7.0"] + pytorch_version: ["2.5.1", "2.6.0", "2.7.1"] timeout-minutes: 20 steps: @@ -262,13 +262,13 @@ jobs: - cuda: 126 cuda_version: 12.6.3 python_version: "3.11" - pytorch: 2.7.0 + pytorch: 2.7.1 num_gpus: 1 axolotl_extras: - cuda: 128 cuda_version: 12.8.1 python_version: "3.11" - pytorch: 2.7.0 + pytorch: 2.7.1 num_gpus: 1 axolotl_extras: steps: