From 98d98ea1dd5965074aa0d6229cea2c83aeef8177 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 6 Apr 2025 16:05:26 -0400 Subject: [PATCH] reordering to trigger torch 2.6.0 tests first --- .github/workflows/multi-gpu-e2e.yml | 14 +++++++------- .github/workflows/tests.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/multi-gpu-e2e.yml b/.github/workflows/multi-gpu-e2e.yml index dfa315618..f89de494d 100644 --- a/.github/workflows/multi-gpu-e2e.yml +++ b/.github/workflows/multi-gpu-e2e.yml @@ -24,6 +24,13 @@ jobs: fail-fast: false matrix: include: + - cuda: 124 + cuda_version: 12.4.1 + python_version: "3.11" + pytorch: 2.6.0 + axolotl_extras: vllm + num_gpus: 2 + nightly_build: "true" - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" @@ -38,13 +45,6 @@ jobs: axolotl_extras: vllm num_gpus: 2 nightly_build: "true" - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.6.0 - axolotl_extras: vllm - num_gpus: 2 - nightly_build: "true" runs-on: [self-hosted, modal] timeout-minutes: 120 steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 434803d2c..9eb85a5b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -211,7 +211,7 @@ jobs: - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" - pytorch: 2.5.1 + pytorch: 2.6.0 num_gpus: 1 axolotl_extras: vllm steps: @@ -258,7 +258,7 @@ jobs: - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" - pytorch: 2.6.0 + pytorch: 2.5.1 num_gpus: 1 axolotl_extras: vllm steps: