[MUSA] bump torchada version to 0.1.59 and workaround PCG limitation. (#27537)

Signed-off-by: yafeng.li <yafeng.li@mthreads.com>
This commit is contained in:
MARATRIX
2026-06-08 08:45:39 -07:00
committed by GitHub
parent 12de907bc2
commit 61e4132bc2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ srt_musa = [
"sglang[runtime_common]", "sglang[runtime_common]",
"torch", "torch",
"torch_musa", "torch_musa",
"torchada>=0.1.57", "torchada>=0.1.59",
"mthreads-ml-py", "mthreads-ml-py",
"mate>=0.2.0", "mate>=0.2.0",
"deep-gemm>=0.1.3", "deep-gemm>=0.1.3",
+1 -1
View File
@@ -120,7 +120,7 @@ srt_musa = [
"sglang[runtime_common]", "sglang[runtime_common]",
"torch", "torch",
"torch_musa", "torch_musa",
"torchada>=0.1.57", "torchada>=0.1.59",
"mthreads-ml-py", "mthreads-ml-py",
"mate>=0.2.0", "mate>=0.2.0",
"deep-gemm>=0.1.3", "deep-gemm>=0.1.3",
+1 -1
View File
@@ -3,7 +3,7 @@ requires = [
"setuptools>=75.0", "setuptools>=75.0",
"scikit-build-core>=0.10", "scikit-build-core>=0.10",
"torch", "torch",
"torchada>=0.1.57", "torchada>=0.1.59",
"wheel", "wheel",
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"