Skip to content

Commit

Permalink
more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Apr 12, 2024
1 parent ef1b964 commit f072487
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llmfoundry/models/utils/param_init_fns.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,8 @@ def generic_param_init_fn_(
all_module_init_fns = [
module_init_fns.get(name) for name in module_init_fns.get_all()
]
print('in init')
print(all_module_init_fns)
did_init = False
for module_init_fn in all_module_init_fns:
print(type(module), module_init_fn)
did_init = module_init_fn(
module=module,
init_fn_=init_fn_,
Expand Down

0 comments on commit f072487

Please sign in to comment.