patrickvonplaten commited on
Commit
27057ac
·
verified ·
1 Parent(s): cd883e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -64,8 +64,7 @@ We recommend using this model with [vLLM](https://github.com/vllm-project/vllm).
64
  Make sure to install vllm from "main":
65
 
66
  ```
67
- pip install -U "vllm[audio]" \
68
- --extra-index-url https://wheels.vllm.ai/nightly
69
  ```
70
 
71
  Doing so should automatically install [`mistral_common >= 1.8.0`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.0).
 
64
  Make sure to install vllm from "main":
65
 
66
  ```
67
+ pip install -U "vllm[audio]" --extra-index-url https://wheels.vllm.ai/nightly
 
68
  ```
69
 
70
  Doing so should automatically install [`mistral_common >= 1.8.0`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.0).