From 301e22849f41c67c31e065a222235ab120fd4074 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 13 Nov 2025 13:03:01 -0500 Subject: [PATCH] upgrade to latest deepspeed and make sure latest tagged axolotl images are using torch 2.8.0 (#3261) --- .github/workflows/main.yml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4040ccdc9..3b182af02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,6 @@ jobs: python_version: "3.11" pytorch: 2.7.1 axolotl_extras: vllm - is_latest: true - cuda: 128 cuda_version: 12.8.1 python_version: "3.11" @@ -36,6 +35,7 @@ jobs: python_version: "3.11" pytorch: 2.8.0 axolotl_extras: + is_latest: true runs-on: axolotl-gpu-runner steps: - name: Checkout @@ -99,7 +99,6 @@ jobs: python_version: "3.11" pytorch: 2.7.1 axolotl_extras: vllm - is_latest: true - cuda: 128 cuda_version: 12.8.1 python_version: "3.11" @@ -110,6 +109,7 @@ jobs: python_version: "3.11" pytorch: 2.8.0 axolotl_extras: + is_latest: true runs-on: axolotl-gpu-runner steps: - name: Checkout diff --git a/setup.py b/setup.py index 9c1161642..a1bdd6bdf 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ extras_require = { "ring-flash-attn>=0.1.7", ], "deepspeed": [ - "deepspeed==0.17.5", + "deepspeed==0.18.2", "deepspeed-kernels", ], "mamba-ssm": [