patrickvonplaten commited on
Commit
3060fe3
·
verified ·
1 Parent(s): e069b35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 from "main", we recommend using `uv`:
67
 
68
  ```
69
- uv pip install -U "vllm[audio]" --torch-backend=auto --extra-index-url https://wheels.vllm.ai/nightly
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).