Skip to content

Commit 2eaa81b

Browse files
authored
Update README.md to add megablocks requirement for mixtral (#2033)
1 parent 81ce2a4 commit 2eaa81b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Install vLLM with pip or [from source](https://vllm.readthedocs.io/en/latest/get
7272
```bash
7373
pip install vllm
7474
```
75+
**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**:
76+
```bash
77+
pip install megablocks
78+
```
7579

7680
## Getting Started
7781

0 commit comments

Comments
 (0)