b8zhong commited on
Commit
d2dc920
·
verified ·
1 Parent(s): 2a7ad56

Update the SGLang speculative decoding configuration.

Browse files
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