From a4b51d35effe495cc3e02d73e10b1c69dc1b9730 Mon Sep 17 00:00:00 2001 From: Cheng Wan <54331508+ch-wan@users.noreply.github.com> Date: Tue, 19 May 2026 21:45:20 -0700 Subject: [PATCH] Revert "[codex] Update Wan2.2 ModelOpt CI checkpoints" (#25845) --- .../docs/sglang-diffusion/quantization.mdx | 62 ++++++++++--------- python/sglang/multimodal_gen/registry.py | 5 +- .../layers/quantization/modelopt_quant.py | 27 +++----- .../runtime/loader/transformer_load_utils.py | 6 +- .../test/server/consistency_threshold.json | 6 -- .../multimodal_gen/test/server/gpu_cases.py | 21 +++---- .../test/server/testcase_configs.py | 12 ++-- .../sglang/multimodal_gen/test/test_utils.py | 2 +- .../tools/build_modelopt_nvfp4_transformer.py | 6 +- 9 files changed, 60 insertions(+), 87 deletions(-) diff --git a/docs_new/docs/sglang-diffusion/quantization.mdx b/docs_new/docs/sglang-diffusion/quantization.mdx index 043ef28ce..81e3e1ed4 100644 --- a/docs_new/docs/sglang-diffusion/quantization.mdx +++ b/docs_new/docs/sglang-diffusion/quantization.mdx @@ -110,15 +110,14 @@ backend. ## Validated ModelOpt Checkpoints This section is the canonical support matrix for the nine diffusion ModelOpt -checkpoints currently wired up in SGLang docs and validation coverage. +checkpoints currently wired up in SGLang docs and B200 CI 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`. -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. +Eight of the nine repos live under `lmsys/*`. The FLUX.2 NVFP4 entry keeps the +official `black-forest-labs/FLUX.2-dev-NVFP4` repo.
FP8 |
Wan-AI/Wan2.2-T2V-A14B-Diffusers |
- --model-path |
- nvidia/Wan2.2-T2V-A14B-Diffusers-FP8 |
- full Diffusers repo with ModelOpt FP8 Wan2.2 components | -validated through direct --model-path loading |
+ --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 |
FP8 |
@@ -207,25 +206,24 @@ official full Diffusers repos, and the FLUX.2 NVFP4 entry keeps the official
|||||||||
NVFP4 |
Wan-AI/Wan2.2-T2V-A14B-Diffusers |
- --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 |
+ --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 |