From 85618cc798ce9b5fdbfdd5c535576515d498acc2 Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Tue, 28 Jul 2026 15:33:24 -0700 Subject: [PATCH] docs: update sglang cookbook (#32654) --- docs_new/src/snippets/configs/moonshotai/kimi-k3.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs_new/src/snippets/configs/moonshotai/kimi-k3.jsx b/docs_new/src/snippets/configs/moonshotai/kimi-k3.jsx index 57826bb23..9d63d603d 100644 --- a/docs_new/src/snippets/configs/moonshotai/kimi-k3.jsx +++ b/docs_new/src/snippets/configs/moonshotai/kimi-k3.jsx @@ -658,12 +658,11 @@ export const config = { verified: false, verificationStatus: "in-progress", env: [], + // No --enable-symm-mem: it makes the fused all-reduce auto-probe skip. flags: [ "--trust-remote-code", "--model-path {{MODEL_NAME}}", "--tp-size 8", - "--disable-custom-all-reduce", - "--enable-symm-mem", "--mem-fraction-static 0.85", "--reasoning-parser kimi_k3", "--tool-call-parser kimi_k3",