jerryzh168 commited on
Commit
1170503
·
verified ·
1 Parent(s): a6100fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -221,8 +221,12 @@ Need to install vllm nightly to get some recent changes
221
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
222
  ```
223
 
 
 
 
 
224
 
225
- Run the following under `vllm` source code root folder:
226
 
227
  ### baseline
228
  ```
 
221
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
222
  ```
223
 
224
+ Get vllm source code:
225
+ ```
226
+ git clone git@github.com:vllm-project/vllm.git
227
+ ```
228
 
229
+ Run the following under `vllm` root folder:
230
 
231
  ### baseline
232
  ```