From 857910bd35e2b38e3d4c1cfc051548a691df3fbf Mon Sep 17 00:00:00 2001 From: Faradawn Yang <73060648+faradawn@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:12:17 -0700 Subject: [PATCH] docs(semianalysis): Update Qwen3.5 B200 NVFP4 MTP config (#34357) --- docs/cookbook/autoregressive/Qwen/Qwen3.5.mdx | 4 ++-- docs/src/snippets/autoregressive/qwen35-deployment.jsx | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/cookbook/autoregressive/Qwen/Qwen3.5.mdx b/docs/cookbook/autoregressive/Qwen/Qwen3.5.mdx index 30c92a678..11b10d0f0 100644 --- a/docs/cookbook/autoregressive/Qwen/Qwen3.5.mdx +++ b/docs/cookbook/autoregressive/Qwen/Qwen3.5.mdx @@ -157,7 +157,7 @@ This section provides deployment configurations optimized for different hardware - **MI325X (256GB)** runs with tp=2. - **MI355X (288GB)** runs with tp=2. - **FP4**: The FP4 quantized model requires ~250GB for weights, cutting memory by almost 4x. NVFP4 ([nvidia/Qwen3.5-397B-A17B-NVFP4-V2](https://huggingface.co/nvidia/Qwen3.5-397B-A17B-NVFP4-V2)) requires B200/B300 (Blackwell architecture); AMD provides an MXFP4 checkpoint ([amd/Qwen3.5-397B-A17B-MXFP4](https://huggingface.co/amd/Qwen3.5-397B-A17B-MXFP4)) for MI355X. - - **B200 (183GB)** runs with tp=4. (NVFP4) + - **B200 (183GB)** runs with tp=4 (tp=2 with expert parallelism 2 when MTP is enabled). (NVFP4) - **B300 (275GB)** runs with tp=2. (NVFP4) - **MI355X (288GB)** runs with tp=2 (use tp=4 for low concurrency). (MXFP4) @@ -191,7 +191,7 @@ This section provides deployment configurations optimized for different hardware