Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjruwase committed Oct 17, 2023
1 parent b13006b commit 64d8c0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deepspeed/checkpoint/ds_to_universal.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ def parse_arguments():
parser.add_argument('--for_release',
action='store_true',
help='Convert for release purpose, reset some (progress) counters.')
parser.add_argument('--keep_temp_folder',
parser.add_argument('--keep_temp_folder',
action='store_true',
help='Preserve temporary folder of intermediate checkpoint slice files. Useful for debugging.'
)
help='Preserve temporary folder of intermediate checkpoint slice files. Useful for debugging.')
args = parser.parse_args()
print(f'args = {args}')
return args
Expand Down

0 comments on commit 64d8c0d

Please sign in to comment.