Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
li126com committed Dec 25, 2024
1 parent 92e1959 commit 7b29800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internlm/initialize/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def args_sanity_check():
# If 'auto_resume' is not given, we set it to True, so internlm can have opportunity
# to auto-load latest checkpoint.
ckpt._add_item("auto_resume", True)

if "universal_ckpt" not in ckpt:
ckpt._add_item("universal_ckpt", dict(enable=False, aysnc_save=False, broadcast_load=False))

Expand Down

0 comments on commit 7b29800

Please sign in to comment.