ybelkada commited on
Commit
e1d77ea
·
verified ·
1 Parent(s): 22c9f60

docs: fix VLLM installation guidelines

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -65,7 +65,12 @@ Make sure to install the latest version of `transformers` or `vllm`, eventually
65
  pip install git+https://github.com/huggingface/transformers.git
66
  ```
67
 
68
- 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).
 
 
 
 
 
69
 
70
  ### 🤗 transformers
71
 
 
65
  pip install git+https://github.com/huggingface/transformers.git
66
  ```
67
 
68
+ For vLLM, make sure to install `vllm>=0.9.0`:
69
+
70
+ ```bash
71
+ pip install "vllm>=0.9.0"
72
+ ```
73
+
74
 
75
  ### 🤗 transformers
76