Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Apr 12, 2024
1 parent 882899a commit ef1b964
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llmfoundry/models/utils/param_init_fns.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,6 @@ def moe_init(
div_is_residual: float,
**kwargs: Any,
) -> bool:
print('in 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 ef1b964

Please sign in to comment.