jianchen0311 commited on
Commit
a8c8dde
·
verified ·
1 Parent(s): 26fcd56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -49,6 +49,7 @@ python -m sglang.launch_server \
49
  --reasoning-parser qwen3 \
50
  --tool-call-parser qwen3_coder
51
  ```
 
52
 
53
  #### Early Results
54
  - Thinking: enabled
@@ -56,9 +57,9 @@ python -m sglang.launch_server \
56
  - Block size: 16
57
  | Dataset | Accept Length |
58
  |-----------|---------------|
59
- | GSM8K | 6.783 |
60
- | Math500 | 7.415 |
61
- | HumanEval | 7.940 |
62
- | MBPP | 6.684 |
63
- | MT-Bench | 5.567 |
64
- | Alpaca | 5.107 |
 
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
 
57
  - Block size: 16
58
  | Dataset | Accept Length |
59
  |-----------|---------------|
60
+ | GSM8K | 6.709 |
61
+ | Math500 | 7.388 |
62
+ | HumanEval | 7.888 |
63
+ | MBPP | 6.617 |
64
+ | MT-Bench | 5.506 |
65
+ | Alpaca | 5.079 |