Skip to content

Commit

Permalink
Update zero_to_fp32.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-song authored Sep 30, 2024
1 parent 2cb608a commit a0b2384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/utils/zero_to_fp32.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
parser.add_argument(
"output_dir",
type=str,
help="path to the pytorch fp32 state_dict output file "
help="directory to the pytorch fp32 state_dict output files"
"(e.g. path/checkpoint-12-output/)")
parser.add_argument(
"--max_shard_size",
Expand Down

0 comments on commit a0b2384

Please sign in to comment.