sophiamyang commited on
Commit
a02ca28
·
verified ·
1 Parent(s): 456a8f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -179,13 +179,13 @@ to implement production-ready inference pipelines with Pixtral-Large-Instruct-24
179
 
180
  **_Installation_**
181
 
182
- Make sure you install `vLLM >= v1.#.#`:
183
 
184
  ```
185
  pip install --upgrade vllm
186
  ```
187
 
188
- Also make sure you have `mistral_common >= 1.#.#` installed:
189
 
190
  ```
191
  pip install --upgrade mistral_common
 
179
 
180
  **_Installation_**
181
 
182
+ Make sure you install `vLLM >= v1.6.4`:
183
 
184
  ```
185
  pip install --upgrade vllm
186
  ```
187
 
188
+ Also make sure you have `mistral_common >= 1.5.0` installed:
189
 
190
  ```
191
  pip install --upgrade mistral_common