patrickvonplaten commited on
Commit
a8ee31b
·
verified ·
1 Parent(s): 815aeee

Update README.md

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