jerryzh168 commited on
Commit
c7c9ad4
·
verified ·
1 Parent(s): 451b943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -80,7 +80,8 @@ print("Response:", output_text[0][len(prompt):])
80
  ```
81
 
82
  # Serving with vllm
83
- First install vllm nightly:
 
84
  ```
85
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
86
  ```
 
80
  ```
81
 
82
  # Serving with vllm
83
+
84
+ Need to install vllm nightly to get some recent changes:
85
  ```
86
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
87
  ```