jianchen0311 commited on
Commit
485ed4f
·
verified ·
1 Parent(s): 6b1027e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -27,7 +27,7 @@ tags:
27
  ### Installation
28
 
29
  ```bash
30
- uv pip install "git+https://github.com/sgl-project/sglang.git@refs/pull/16818/head#subdirectory=python"
31
  ```
32
 
33
  ### Launch Server
@@ -35,6 +35,10 @@ uv pip install "git+https://github.com/sgl-project/sglang.git@refs/pull/16818/he
35
  Use `--speculative-num-draft-tokens` to set the block size (8 or **16**).
36
 
37
  ```bash
 
 
 
 
38
  python -m sglang.launch_server \
39
  --model-path Qwen/Qwen3-Coder-Next \
40
  --speculative-algorithm DFLASH \
 
27
  ### Installation
28
 
29
  ```bash
30
+ uv pip install "git+https://github.com/sgl-project/sglang.git@refs/pull/20547/head#subdirectory=python"
31
  ```
32
 
33
  ### Launch Server
 
35
  Use `--speculative-num-draft-tokens` to set the block size (8 or **16**).
36
 
37
  ```bash
38
+ export SGLANG_ENABLE_SPEC_V2=1
39
+ export SGLANG_ENABLE_DFLASH_SPEC_V2=1
40
+ export SGLANG_ENABLE_OVERLAP_PLAN_STREAM=1
41
+
42
  python -m sglang.launch_server \
43
  --model-path Qwen/Qwen3-Coder-Next \
44
  --speculative-algorithm DFLASH \