From 61e4132bc27f1bffdf4d5e8f33197923c542943e Mon Sep 17 00:00:00 2001 From: MARATRIX Date: Mon, 8 Jun 2026 23:45:39 +0800 Subject: [PATCH] [MUSA] bump torchada version to 0.1.59 and workaround PCG limitation. (#27537) Signed-off-by: yafeng.li --- 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 a32fef182..4d375f567 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.57", + "torchada>=0.1.59", "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 2e8a49436..5334cb404 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -120,7 +120,7 @@ srt_musa = [ "sglang[runtime_common]", "torch", "torch_musa", - "torchada>=0.1.57", + "torchada>=0.1.59", "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 95c31ad27..17772d64d 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.57", + "torchada>=0.1.59", "wheel", ] build-backend = "setuptools.build_meta"