pranay-ar commited on
Commit
ffb34da
·
verified ·
1 Parent(s): a9da202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,8 +14,8 @@ license: apache-2.0
14
 
15
  We recommend using Pixtral with the [vLLM library](https://github.com/vllm-project/vllm).
16
 
17
- **Important**: Make sure you have installed vLLM from source - more specifically make sure you have installed [this commit (TODO)]( ).
18
- Also make sure you have `mistral_common >= 1.4.0` installed:
19
 
20
  ```
21
  pip install --upgrade mistral_common
 
14
 
15
  We recommend using Pixtral with the [vLLM library](https://github.com/vllm-project/vllm).
16
 
17
+ **Important**: Make sure you have installed vLLM from source - more specifically make sure you have installed [this commit](https://github.com/vllm-project/vllm/pull/8377 )
18
+ (released as a part of `vllm==0.6.1` update). Also make sure you have `mistral_common >= 1.4.0` installed:
19
 
20
  ```
21
  pip install --upgrade mistral_common