Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Apr 12, 2024
1 parent a088fbf commit 6688615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llmfoundry/models/utils/param_init_fns.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ def moe_init(
print(type(module))
print(isinstance(module, GLU))
print(isinstance(module, MLP))
print(GLU)
print(MLP)
if megablocks is not None and isinstance(module, (
megablocks.layers.moe.MoE,
megablocks.layers.dmoe.dMoE,
Expand Down

0 comments on commit 6688615

Please sign in to comment.