From bbffe58b639a80c6a64c83dd6b87d12209861a9f Mon Sep 17 00:00:00 2001 From: MengLong Chen <71744434+dragondream-chen@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:24:49 +0800 Subject: [PATCH] [Doc] fix DSV3.1 PD configs (#7187) ### What this PR does / why we need it? Modify the `kv_port` and `engine_id` config of DeepSeek-V3.1/R1 in the 2P1D scenario - vLLM version: v0.16.0 - vLLM main: https://github.com/vllm-project/vllm/commit/4034c3d32e30d01639459edd3ab486f56993876d Signed-off-by: chenmenglong --- docs/source/tutorials/models/DeepSeek-V3.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/models/DeepSeek-V3.1.md b/docs/source/tutorials/models/DeepSeek-V3.1.md index 9f796a1e..dc844f67 100644 --- a/docs/source/tutorials/models/DeepSeek-V3.1.md +++ b/docs/source/tutorials/models/DeepSeek-V3.1.md @@ -554,8 +554,8 @@ vllm serve /weights/DeepSeek-V3.1-w8a8-mtp-QuaRot \ --kv-transfer-config \ '{"kv_connector": "MooncakeConnectorV1", "kv_role": "kv_consumer", - "kv_port": "30300", - "engine_id": "3", + "kv_port": "30200", + "engine_id": "2", "kv_connector_extra_config": { "prefill": { "dp_size": 2,