diff --git a/README.md b/README.md index e4b3b5026018..1630e71c00c2 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ Install vLLM with pip or [from source](https://vllm.readthedocs.io/en/latest/get ```bash pip install vllm ``` +**NOTE:** The Mixtral model additionally requires `megablocks` which can be installed with pip or [from source](https://github.com/stanford-futuredata/megablocks) on **Python 3.10**: +```bash +pip install megablocks +``` ## Getting Started