JustinTong commited on
Commit
0a1fae3
·
verified ·
1 Parent(s): 7e5f7c9

Split speculative-decoding flags onto separate lines

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -202,7 +202,9 @@ docker run --gpus all --ipc=host -p 8000:8000 lmsysorg/sglang:hy4-preview \
202
  --tp-size 8 \
203
  --reasoning-parser auto --tool-call-parser auto \
204
  --speculative-algorithm NEXTN \
205
- --speculative-num-steps 3 --speculative-eagle-topk 1 --speculative-num-draft-tokens 4 \
 
 
206
  --served-model-name hy4-preview \
207
  --port 8000
208
  ```
 
202
  --tp-size 8 \
203
  --reasoning-parser auto --tool-call-parser auto \
204
  --speculative-algorithm NEXTN \
205
+ --speculative-num-steps 3 \
206
+ --speculative-eagle-topk 1 \
207
+ --speculative-num-draft-tokens 4 \
208
  --served-model-name hy4-preview \
209
  --port 8000
210
  ```