hengm3467 commited on
Commit
e7debd8
·
1 Parent(s): e03d01d

update Local Deployment install instructions

Browse files

- vLLM: switch Docker tag to stepfun37 and drop pip install path
- SGLang: switch Docker tag to dev-step-3.7-flash

Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -131,12 +131,7 @@ We recommend using the latest nightly build of vLLM.
131
 
132
  ```bash
133
  # via Docker
134
- docker pull vllm/vllm-openai:nightly
135
-
136
- # or via pip (nightly wheels)
137
- pip install -U vllm --pre \
138
- --index-url https://pypi.org/simple \
139
- --extra-index-url https://wheels.vllm.ai/nightly
140
  ```
141
 
142
  2. Launch the server.
@@ -195,7 +190,7 @@ pip install -U vllm --pre \
195
 
196
  ```bash
197
  # via Docker
198
- docker pull lmsysorg/sglang:latest
199
 
200
  # or from source (pip)
201
  pip install "sglang[all] @ git+https://github.com/sgl-project/sglang.git"
 
131
 
132
  ```bash
133
  # via Docker
134
+ docker pull vllm/vllm-openai:stepfun37
 
 
 
 
 
135
  ```
136
 
137
  2. Launch the server.
 
190
 
191
  ```bash
192
  # via Docker
193
+ docker pull lmsysorg/sglang:dev-step-3.7-flash
194
 
195
  # or from source (pip)
196
  pip install "sglang[all] @ git+https://github.com/sgl-project/sglang.git"