Update README.md
Browse files
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
|
| 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
|