From 2eaa81b23671c4f1936697c97d18c1636a8c495e Mon Sep 17 00:00:00 2001 From: Ram <9160496+0-hero@users.noreply.github.com> Date: Tue, 12 Dec 2023 01:07:34 +0530 Subject: [PATCH] Update README.md to add megablocks requirement for mixtral (#2033) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e4b3b502..1630e71c 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