Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -67,10 +67,10 @@ We recommend using this model with [vLLM](https://github.com/vllm-project/vllm). 
     | 
|
| 67 | 
         | 
| 68 | 
         
             
            #### Installation
         
     | 
| 69 | 
         | 
| 70 | 
         
            -
            Make sure to install vllm from "main" 
     | 
| 71 | 
         | 
| 72 | 
         
             
            ```
         
     | 
| 73 | 
         
            -
            pip install -U "vllm[audio]" --extra-index-url https://wheels.vllm.ai/nightly
         
     | 
| 74 | 
         
             
            ```
         
     | 
| 75 | 
         | 
| 76 | 
         
             
            Doing so should automatically install [`mistral_common >= 1.8.0`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.0).
         
     | 
| 
         | 
|
| 67 | 
         | 
| 68 | 
         
             
            #### Installation
         
     | 
| 69 | 
         | 
| 70 | 
         
            +
            Make sure to install vllm from "main", we recommend using uv
         
     | 
| 71 | 
         | 
| 72 | 
         
             
            ```
         
     | 
| 73 | 
         
            +
            uv pip install -U "vllm[audio]" --torch-backend=auto --extra-index-url https://wheels.vllm.ai/nightly
         
     | 
| 74 | 
         
             
            ```
         
     | 
| 75 | 
         | 
| 76 | 
         
             
            Doing so should automatically install [`mistral_common >= 1.8.0`](https://github.com/mistralai/mistral-common/releases/tag/v1.8.0).
         
     |