mirror of https://github.com/InternLM/InternLM
Update 7B_sft.py
parent
5757a88ca4
commit
6ff13c126b
|
@ -37,7 +37,7 @@ ckpt = dict(
|
|||
# path specified in `load_ckpt_info` by default.
|
||||
# If you want to initialize your model weights from another model, you must set `auto_resume` to False.
|
||||
# If you want to train from scratch, please set `auto_resume` to False and 'load_ckpt_info' to None.
|
||||
auto_resume=False,
|
||||
auto_resume=True,
|
||||
checkpoint_every=CHECKPOINT_EVERY,
|
||||
async_upload=True, # async ckpt upload. (only work for boto3 ckpt)
|
||||
async_upload_tmp_folder="/dev/shm/internlm_tmp_ckpt/", # path for temporarily files during asynchronous upload.
|
||||
|
|
Loading…
Reference in New Issue