patrickvonplaten commited on
Commit
2680e91
·
verified ·
1 Parent(s): a7999f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -70,7 +70,11 @@ We recommend using this model with [vLLM](https://github.com/vllm-project/vllm).
70
  Make sure to install vllm from "main":
71
 
72
  ```
73
- VLLM_USE_PRECOMPILED=1 pip install git+https://github.com/vllm-project/vllm.git
 
 
 
 
74
  ```
75
 
76
  Doing so should automatically install [`mistral_common >= 1.8.0`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.0).
 
70
  Make sure to install vllm from "main":
71
 
72
  ```
73
+ ```
74
+ pip install -U "vllm[audio]" \
75
+ --torch-backend=auto \
76
+ --extra-index-url https://wheels.vllm.ai/nightly
77
+ ```
78
  ```
79
 
80
  Doing so should automatically install [`mistral_common >= 1.8.0`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.0).