From fedbcc0254fc59afcbfb0c8bb0c6419ae17e128f Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 29 Apr 2025 08:28:32 -0400 Subject: [PATCH] remove torch 2.4.1 CI as part of support deprecation (#2582) --- .github/workflows/base.yml | 6 ------ .github/workflows/main.yml | 10 ---------- .github/workflows/multi-gpu-e2e.yml | 7 ------- .github/workflows/nightlies.yml | 10 ---------- .github/workflows/tests-nightly.yml | 9 +-------- .github/workflows/tests.yml | 10 ++-------- 6 files changed, 3 insertions(+), 49 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index d6850a0de..9e19114d7 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -22,12 +22,6 @@ jobs: fail-fast: false matrix: include: - - cuda: "124" - cuda_version: 12.4.1 - cudnn_version: "" - python_version: "3.11" - pytorch: 2.4.1 - torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX" - cuda: "124" cuda_version: 12.4.1 cudnn_version: "" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61b2fc14a..891e31dba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,11 +15,6 @@ jobs: fail-fast: false matrix: include: - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.4.1 - axolotl_extras: - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" @@ -82,11 +77,6 @@ jobs: strategy: matrix: include: - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.4.1 - axolotl_extras: - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" diff --git a/.github/workflows/multi-gpu-e2e.yml b/.github/workflows/multi-gpu-e2e.yml index 78238bb97..edc1c7d79 100644 --- a/.github/workflows/multi-gpu-e2e.yml +++ b/.github/workflows/multi-gpu-e2e.yml @@ -32,13 +32,6 @@ jobs: axolotl_extras: vllm num_gpus: 2 nightly_build: "true" - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.4.1 - axolotl_extras: # no vllm support for 2.4.1 - num_gpus: 2 - nightly_build: "true" - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index bc3c1a191..4e61984fb 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -12,11 +12,6 @@ jobs: fail-fast: false matrix: include: - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.4.1 - axolotl_extras: - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" @@ -70,11 +65,6 @@ jobs: strategy: matrix: include: - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.4.1 - axolotl_extras: - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index 77cefc992..23eb25f56 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -26,7 +26,7 @@ jobs: max-parallel: 2 matrix: python_version: ["3.11"] - pytorch_version: ["2.4.1", "2.5.1", "2.6.0"] + pytorch_version: ["2.5.1", "2.6.0", "2.7.0"] timeout-minutes: 20 steps: @@ -106,13 +106,6 @@ jobs: fail-fast: false matrix: include: - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.4.1 - num_gpus: 1 - axolotl_extras: - nightly_build: "true" - cuda: 124 cuda_version: 12.4.1 python_version: "3.11" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b14925437..e54850af7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: max-parallel: 2 matrix: python_version: ["3.11"] - pytorch_version: ["2.4.1", "2.5.1", "2.6.0", "2.7.0"] + pytorch_version: ["2.5.1", "2.6.0", "2.7.0"] timeout-minutes: 20 steps: @@ -135,7 +135,7 @@ jobs: max-parallel: 1 matrix: python_version: ["3.11"] - pytorch_version: ["2.4.1", "2.5.1", "2.6.0"] + pytorch_version: ["2.5.1", "2.6.0", "2.7.0"] timeout-minutes: 20 steps: @@ -258,12 +258,6 @@ jobs: fail-fast: false matrix: include: - - cuda: 124 - cuda_version: 12.4.1 - python_version: "3.11" - pytorch: 2.4.1 - num_gpus: 1 - axolotl_extras: - cuda: 124 cuda_version: 12.4.1 python_version: "3.11"