From 9cffa5ed6f218c79e966de953286480575c8bf27 Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Fri, 8 May 2026 02:45:49 +0800 Subject: [PATCH] [MUSA] Bump torchada to 0.1.54 (#24592) Signed-off-by: Xiaodong Ye --- 3rdparty/amd/wheel/sglang/pyproject.toml | 2 +- python/pyproject_other.toml | 2 +- sgl-kernel/pyproject_musa.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3rdparty/amd/wheel/sglang/pyproject.toml b/3rdparty/amd/wheel/sglang/pyproject.toml index 41a012a77..d04c3f3bb 100644 --- a/3rdparty/amd/wheel/sglang/pyproject.toml +++ b/3rdparty/amd/wheel/sglang/pyproject.toml @@ -123,7 +123,7 @@ srt_musa = [ "sglang[runtime_common]", "torch", "torch_musa", - "torchada>=0.1.53", + "torchada>=0.1.54", "mthreads-ml-py", "mate>=0.2.0", "deep-gemm>=0.1.3", diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index 35f923f7e..d6f40474f 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -115,7 +115,7 @@ srt_musa = [ "sglang[runtime_common]", "torch", "torch_musa", - "torchada>=0.1.53", + "torchada>=0.1.54", "mthreads-ml-py", "mate>=0.2.0", "deep-gemm>=0.1.3", diff --git a/sgl-kernel/pyproject_musa.toml b/sgl-kernel/pyproject_musa.toml index 0e157060e..160be2792 100644 --- a/sgl-kernel/pyproject_musa.toml +++ b/sgl-kernel/pyproject_musa.toml @@ -3,7 +3,7 @@ requires = [ "setuptools>=75.0", "scikit-build-core>=0.10", "torch", - "torchada>=0.1.53", + "torchada>=0.1.54", "wheel", ] build-backend = "setuptools.build_meta"