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: