Skip to content

Commit

Permalink
fix: nit return sd (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Mehant Kammakomati <mehant.kammakomati2@ibm.com>
  • Loading branch information
kmehant authored Feb 27, 2025
1 parent c959c6b commit 706d5cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def get_state_dict_from_dcp_checkpoint(
planner=_EmptyStateDictLoadPlanner(),
no_dist=True,
)
return [KEY_MODEL]
return sd[KEY_MODEL]


# function to get state dict from regular checkoint
Expand Down

0 comments on commit 706d5cc

Please sign in to comment.