Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 15, 2024
1 parent c45dace commit 4c146d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _parallelize_feed_forward_fsdp2(model, device_mesh):
# Currently, state dict keys get prefixed with '_checkpoint_wrapper' in the keys
# which leads to mismatches when loading weights into a checkpoint-wrapped module.
# PyTorch should handle this automatically.

# model = checkpoint_wrapper(model)

return model
Expand Down

0 comments on commit 4c146d1

Please sign in to comment.