Skip to content

Commit

Permalink
quick documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Jun 6, 2024
1 parent 07d5d3a commit 0b087eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/distributed/dist_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def prepare_fsdp_module(
Args:
model (torch.nn.Module): The model to wrap.
optimizers (torch.optim.Optimizer | Sequence[torch.optim.Optimizer], optional): The optimizer for `model`, assumed to have a single param group := model.parameters().
fsdp_config (dict[str, Any]): The FSDP config.
fsdp_config (FSDPConfig): The FSDP config.
precision: (Precision): The precision being used by the Trainer, used to fill in defaults for FSDP `mixed_precision` settings.
device (Device): The device being used by the Trainer.
auto_microbatching (bool, optional): Whether or not auto microbatching is enabled.
Expand Down

0 comments on commit 0b087eb

Please sign in to comment.