We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaa81b commit 6120e5aCopy full SHA for 6120e5a
vllm/model_executor/models/mixtral.py
@@ -34,10 +34,10 @@
34
try:
35
import megablocks.ops as ops
36
except ImportError:
37
- print("MegaBlocks not found, please see "
38
- "https://github.com/stanford-futuredata/megablocks/. "
39
- "Note that MegaBlocks depends on mosaicml-turbo, which only "
40
- "supports python 3.10.")
+ print(
+ "MegaBlocks not found. Please install it by `pip install megablocks`. "
+ "Note that MegaBlocks depends on mosaicml-turbo, which only supports "
+ "Python 3.10 for now.")
41
42
import stk
43
0 commit comments