[MUSA] Add installation guide and Dockerfile (#36709)

Co-authored-by: zhiguo.qin <zhiguo.qin@mthreads.com>
Co-authored-by: Kangyan-Zhou <zky314343421@gmail.com>
This commit is contained in:
ori
2026-09-06 20:13:53 -05:00
committed by GitHub
co-authored by zhiguo.qin Kangyan-Zhou
parent 707da81e84
commit 39a80354aa
6 changed files with 244 additions and 19 deletions
+17 -6
View File
@@ -144,15 +144,26 @@ srt_hpu = ["sglang[runtime_common]"]
# https://docs.sglang.io/platforms/mthreads_gpu.md
srt_musa = [
"deep-gemm>=0.1.3",
"flash_attn_3>=0.1.4",
"mate>=0.2.0",
"apache-tvm-ffi==0.1.11.post1+musa.1",
"deep_ep==1.1.0+musa5.2.0torch2.11.0.post1",
"deep-gemm==0.2.6+musa",
"flash_attn_3==0.2.6+musa",
"flash_mla==0.2.6+musa",
"flashinfer-python==0.2.6+musa",
"mate==0.2.6",
"mate-mubin==0.2.6",
"mthreads-ml-py",
"numpy<2.0",
"sageattention==0.2.6+musa",
"sglang[runtime_common]",
"torch",
"torch_musa",
"torchada>=0.1.74",
"tilelang_musa==0.1.12+musa.2",
"torch==2.11.0.post1+musa5.2.0",
"torch-c-dlpack-ext==0.1.5",
"torch_musa==2.11.0.post1+musa5.2.0",
"torchada>=0.1.86",
"torchaudio==2.11.0+musa5.2.0",
"torchvision==0.26.0.post1+musa5.2.0",
"triton==3.2.0",
]
diffusion_musa = [