ybelkada commited on
Commit
f0c6f58
·
verified ·
1 Parent(s): e2a0898

docs: fix VLLM installation command

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -48,7 +48,11 @@ Make sure to install the latest version of `transformers` or `vllm`, eventually
48
  pip install git+https://github.com/huggingface/transformers.git
49
  ```
50
 
51
- Refer to [the official vLLM documentation for more details on building vLLM from source](https://docs.vllm.ai/en/latest/getting_started/installation/gpu.html#build-wheel-from-source).
 
 
 
 
52
 
53
  ### 🤗 transformers
54
 
 
48
  pip install git+https://github.com/huggingface/transformers.git
49
  ```
50
 
51
+ For vLLM, make sure to install `vllm>=0.9.0`:
52
+
53
+ ```bash
54
+ pip install "vllm>=0.9.0"
55
+ ```
56
 
57
  ### 🤗 transformers
58