Replies: 1 comment
|
From the current source, MegaMoE is wired up and validated for the DeepSeek family — there's no explicit "DeepSeek-only" gate, but everything around it is DeepSeek-oriented, so GLM (and other architectures) don't work out of the box. What MegaMoE actually is (from
Why GLM-5.2 fails and what it takes to make it run:
Practical next step: convert GLM-5.2 to the MXFP4 block layout, launch with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
I'm trying to use MegaMoE with GLM-5.2 but running into issues. It seems the quantization scale differs from what MegaMoE expects, so it doesn't work out of the box.
A few questions:
Thanks!
All reactions