From 38e857f4233dfb906514aa8ad8606daaf2f07fe8 Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Fri, 26 Jun 2026 07:53:43 +0800 Subject: [PATCH] [MUSA][diffusion] Bump torchada version to 0.1.68 (#29236) 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 4d375f567..b34b3b0bf 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.59", + "torchada>=0.1.68", "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 aa73f89ab..1153356df 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -126,7 +126,7 @@ srt_musa = [ "sglang[runtime_common]", "torch", "torch_musa", - "torchada>=0.1.59", + "torchada>=0.1.68", ] diffusion_musa = [ diff --git a/sgl-kernel/pyproject_musa.toml b/sgl-kernel/pyproject_musa.toml index 35b30e7f3..ad900c52f 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.59", + "torchada>=0.1.68", "wheel", ] build-backend = "setuptools.build_meta"