[MUSA] Fix startup with patched torchada (#26437)

Co-authored-by: popsiclexu <zhenxue.xu@mthreads.com>
Co-authored-by: R0CKSTAR <xiaodong.ye@mthreads.com>
This commit is contained in:
popsiclexu
2026-05-28 20:57:55 +08:00
committed by GitHub
co-authored by popsiclexu R0CKSTAR
parent f4eac50389
commit be32df33b9
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ requires = [
"setuptools>=75.0",
"scikit-build-core>=0.10",
"torch",
"torchada>=0.1.56",
"torchada>=0.1.57",
"wheel",
]
build-backend = "setuptools.build_meta"