Update the SGLang speculative decoding configuration.

#10
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -378,9 +378,9 @@ docker run -d --name nemotron-ultra-sglang \
378
  --reasoning-parser nemotron_3 \
379
  --tool-call-parser qwen3_coder \
380
  --speculative-algorithm EAGLE \
381
- --speculative-num-steps 3 \
382
  --speculative-eagle-topk 1 \
383
- --speculative-num-draft-tokens 4 \
384
  --trust-remote-code
385
  ```
386
 
 
378
  --reasoning-parser nemotron_3 \
379
  --tool-call-parser qwen3_coder \
380
  --speculative-algorithm EAGLE \
381
+ --speculative-num-steps 5 \
382
  --speculative-eagle-topk 1 \
383
+ --speculative-num-draft-tokens 6 \
384
  --trust-remote-code
385
  ```
386