Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 23, 2024
1 parent 1a53568 commit ebb40df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/trainer/mosaic_fsdp_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def _init_core_state_t2p3p0(
state.training_state = TrainingState.IDLE
state._is_root = None
state._free_event_queue = _FreeEventQueue()
state._debug_level = dist.get_debug_level()
state._debug_level = torch.distributed.get_debug_level()
state._exec_order_data = exec_order_utils._ExecOrderData(
state._debug_level,
backward_prefetch_limit,
Expand Down

0 comments on commit ebb40df

Please sign in to comment.