zhijianliu commited on
Commit
dedf8df
·
verified ·
1 Parent(s): adde41d

SGLang: install from main

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ matches the target model exactly, and sampling preserves its distribution.
40
  Serve with [SGLang](https://github.com/sgl-project/sglang):
41
 
42
  ```bash
43
- pip install -U "sglang[all] @ git+https://github.com/sgl-project/sglang.git@refs/pull/35371/head#subdirectory=python"
44
 
45
  python -m sglang.launch_server \
46
  --model-path Qwen/Qwen3.8-27B \
 
40
  Serve with [SGLang](https://github.com/sgl-project/sglang):
41
 
42
  ```bash
43
+ pip install "sglang[all] @ git+https://github.com/sgl-project/sglang.git#subdirectory=python"
44
 
45
  python -m sglang.launch_server \
46
  --model-path Qwen/Qwen3.8-27B \