ybelkada commited on
Commit
6b892d5
·
verified ·
1 Parent(s): e1d77ea

docs: fix nit on VLLM version

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -96,7 +96,7 @@ model = AutoModelForCausalLM.from_pretrained(
96
  For vLLM, simply start a server by executing the command below:
97
 
98
  ```
99
- # pip install vllm
100
  vllm serve tiiuae/Falcon-H1-1B-Instruct --tensor-parallel-size 2 --data-parallel-size 1
101
  ```
102
 
 
96
  For vLLM, simply start a server by executing the command below:
97
 
98
  ```
99
+ # pip install vllm>=0.9.0
100
  vllm serve tiiuae/Falcon-H1-1B-Instruct --tensor-parallel-size 2 --data-parallel-size 1
101
  ```
102