Skip to content

Commit

Permalink
Merge branch 'examples/tp-ckpt' of github.com:Lightning-AI/lightning …
Browse files Browse the repository at this point in the history
…into examples/tp-ckpt
  • Loading branch information
awaelchli committed May 7, 2024
2 parents 0665b5a + bf10e24 commit 5d28cf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lightning/fabric/strategies/model_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def _load_checkpoint(
rank: int,
strict: bool = True,
) -> Dict[str, Any]:

from torch.distributed.checkpoint.state_dict import (
StateDictOptions,
get_model_state_dict,
Expand Down

0 comments on commit 5d28cf9

Please sign in to comment.