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