jianchen0311 commited on
Commit
9b697fb
·
verified ·
1 Parent(s): a8c8dde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ python -m sglang.launch_server \
49
  --reasoning-parser qwen3 \
50
  --tool-call-parser qwen3_coder
51
  ```
52
- > **Note:** For long-context or agentic usage (such as OpenClaw or Claude Code), consider adding `--speculative-dflash-draft-window-size WINDOW_SIZE` to enable sliding-window attention for the draft model. Because the draft model is trained on 4K context, this often improves performance on very long context (50K+ tokens).
53
 
54
  #### Early Results
55
  - Thinking: enabled
 
49
  --reasoning-parser qwen3 \
50
  --tool-call-parser qwen3_coder
51
  ```
52
+ > **Note:** For long-context or agentic usage (such as OpenClaw or Claude Code), consider adding `--speculative-dflash-draft-window-size WINDOW_SIZE` to enable sliding-window attention for the draft model. Because the draft model is only trained on 4K context, this often improves performance on very long context (50K+ tokens).
53
 
54
  #### Early Results
55
  - Thinking: enabled