diff --git a/docs_new/docs/sglang-diffusion/quantization.mdx b/docs_new/docs/sglang-diffusion/quantization.mdx index 81e3e1ed4..043ef28ce 100644 --- a/docs_new/docs/sglang-diffusion/quantization.mdx +++ b/docs_new/docs/sglang-diffusion/quantization.mdx @@ -110,14 +110,15 @@ backend. ## Validated ModelOpt Checkpoints This section is the canonical support matrix for the nine diffusion ModelOpt -checkpoints currently wired up in SGLang docs and B200 CI coverage. +checkpoints currently wired up in SGLang docs and validation coverage. Published checkpoints keep the serialized quantization config as `quant_method=modelopt`; the FP8 vs NVFP4 split below is a documentation label derived from `quant_algo`. -Eight of the nine repos live under `lmsys/*`. The FLUX.2 NVFP4 entry keeps the -official `black-forest-labs/FLUX.2-dev-NVFP4` repo. +Six of the nine repos live under `lmsys/*`. The Wan2.2 entries use NVIDIA's +official full Diffusers repos, and the FLUX.2 NVFP4 entry keeps the official +`black-forest-labs/FLUX.2-dev-NVFP4` repo.
FP8 |
Wan-AI/Wan2.2-T2V-A14B-Diffusers |
- --transformer-path |
- lmsys/wan22-t2v-a14b-modelopt-fp8-sglang-transformer |
- primary transformer quantized, transformer_2 kept BF16 |
- primary-transformer-only path; keep transformer_2 on the base checkpoint, and do not describe this as dual-transformer full-model FP8 unless that path is validated separately |
+ --model-path |
+ nvidia/Wan2.2-T2V-A14B-Diffusers-FP8 |
+ full Diffusers repo with ModelOpt FP8 Wan2.2 components | +validated through direct --model-path loading |
FP8 |
@@ -206,24 +207,25 @@ official `black-forest-labs/FLUX.2-dev-NVFP4` repo.
|||||||||
NVFP4 |
Wan-AI/Wan2.2-T2V-A14B-Diffusers |
- --transformer-path |
- lmsys/wan22-t2v-a14b-modelopt-nvfp4-sglang-transformer |
- primary transformer quantized with ModelOpt NVFP4, transformer_2 kept BF16 |
- primary-transformer-only path; keep transformer_2 on the base checkpoint, and current B200/Blackwell bring-up uses SGLANG_DIFFUSION_FLASHINFER_FP4_GEMM_BACKEND=cudnn |
+ --model-path |
+ nvidia/Wan2.2-T2V-A14B-Diffusers-NVFP4 |
+ full Diffusers repo with ModelOpt NVFP4 Wan2.2 components | +current B200/Blackwell bring-up uses SGLANG_DIFFUSION_FLASHINFER_FP4_GEMM_BACKEND=trtllm |