-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Description
still not fixed:
/usr/local/lib/python3.11/dist-packages/megablocks/layers/arguments.py in post_init(self)
80 import triton
81 if triton.version >= '3.2.0':
---> 82 raise ValueError(
83 'Sparse MLP is not supported with triton >=3.2.0. Please use mlp_impl="grouped" instead.',
84 )
ValueError: Sparse MLP is not supported with triton >=3.2.0. Please use mlp_impl="grouped" instead.
Metadata
Metadata
Assignees
Labels
No labels