Update README.md
Browse files
README.md
CHANGED
@@ -63,10 +63,10 @@ We recommend using this model with [vLLM](https://github.com/vllm-project/vllm).
|
|
63 |
|
64 |
#### Installation
|
65 |
|
66 |
-
Make sure to install vllm
|
67 |
|
68 |
```
|
69 |
-
uv pip install -U "vllm[audio]" --
|
70 |
```
|
71 |
|
72 |
Doing so should automatically install [`mistral_common >= 1.8.1`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.1).
|
|
|
63 |
|
64 |
#### Installation
|
65 |
|
66 |
+
Make sure to install vllm >= 0.10.0, we recommend using `uv`:
|
67 |
|
68 |
```
|
69 |
+
uv pip install -U "vllm[audio]" --system
|
70 |
```
|
71 |
|
72 |
Doing so should automatically install [`mistral_common >= 1.8.1`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.1).
|