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',