[diffusion] fix: fix 4/8-step distilled minimax-h3 turbo lora merge (#33875)

This commit is contained in:
WenhaoZhang
2026-08-07 12:38:37 +08:00
committed by GitHub
parent 6dc77e490d
commit 914644e81c
5 changed files with 61 additions and 10 deletions
@@ -797,6 +797,10 @@ The entries below simply reflect configurations that have been manually validate
</tr>
</thead>
<tbody>
<tr>
<td style={{padding: "9px 12px", fontWeight: 500, backgroundColor: "rgba(255,255,255,0.02)"}}>MiniMax-H3</td>
<td style={{padding: "9px 12px", backgroundColor: "rgba(255,255,255,0.05)"}}>`larryvrh/MiniMax-H3-Turbo-Lora`</td>
</tr>
<tr>
<td style={{padding: "9px 12px", fontWeight: 500, backgroundColor: "rgba(255,255,255,0.02)"}}>Wan2.2</td>
<td style={{padding: "9px 12px", backgroundColor: "rgba(255,255,255,0.05)"}}>`lightx2v/Wan2.2-Distill-Loras`<br />`Cseti/wan2.2-14B-Arcane_Jinx-lora-v1`</td>
+1 -1
View File
@@ -136,7 +136,7 @@ sglang generate \
MiniMax-H3 supports this path while preserving its required FP32 patch,
timestep, and output projections. See the
[MiniMax-H3 cookbook](/cookbook/diffusion/MiniMax/MiniMax-H3#6-runtime-feature-recipes)
[MiniMax-H3 cookbook](/cookbook/diffusion/MiniMax/MiniMax-H3#7-runtime-feature-recipes)
for its distributed serving recipe.
### MXFP4 Online Quantization