Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ license: apache-2.0
|
|
| 14 |
|
| 15 |
We recommend using Pixtral with the [vLLM library](https://github.com/vllm-project/vllm).
|
| 16 |
|
| 17 |
-
**Important**: Make sure you have installed vLLM from source - more specifically make sure you have installed [this commit
|
| 18 |
-
Also make sure you have `mistral_common >= 1.4.0` installed:
|
| 19 |
|
| 20 |
```
|
| 21 |
pip install --upgrade mistral_common
|
|
|
|
| 14 |
|
| 15 |
We recommend using Pixtral with the [vLLM library](https://github.com/vllm-project/vllm).
|
| 16 |
|
| 17 |
+
**Important**: Make sure you have installed vLLM from source - more specifically make sure you have installed [this commit](https://github.com/vllm-project/vllm/pull/8377 )
|
| 18 |
+
(released as a part of `vllm==0.6.1` update). Also make sure you have `mistral_common >= 1.4.0` installed:
|
| 19 |
|
| 20 |
```
|
| 21 |
pip install --upgrade mistral_common
|