From 2c697daf5f922d33e64c80f09ba9bba30a51e436 Mon Sep 17 00:00:00 2001 From: Brayden Zhong Date: Wed, 24 Jun 2026 12:12:34 -0700 Subject: [PATCH] [Cookbook] Nemotron3-Ultra: align MTP draft depth with NVIDIA reference (num_steps 5) (#29200) Co-authored-by: Brayden Zhong --- .../src/snippets/autoregressive/nemotron3-ultra-deployment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_new/src/snippets/autoregressive/nemotron3-ultra-deployment.jsx b/docs_new/src/snippets/autoregressive/nemotron3-ultra-deployment.jsx index 7bee6e20a..ee1e8ad43 100644 --- a/docs_new/src/snippets/autoregressive/nemotron3-ultra-deployment.jsx +++ b/docs_new/src/snippets/autoregressive/nemotron3-ultra-deployment.jsx @@ -143,7 +143,7 @@ export const Nemotron3UltraDeployment = () => { { id: 'enabled', label: 'Enabled', default: true }, { id: 'disabled', label: 'Disabled', default: false } ], - commandRule: (value) => value === 'enabled' ? '--speculative-algorithm EAGLE \\\n --speculative-num-steps 3 \\\n --speculative-eagle-topk 1 \\\n --speculative-num-draft-tokens 4' : null + commandRule: (value) => value === 'enabled' ? '--speculative-algorithm EAGLE \\\n --speculative-num-steps 5 \\\n --speculative-eagle-topk 1 \\\n --speculative-num-draft-tokens 6' : null }, kvcache: { name: 'kvcache',