From 5757a88ca4ffe923a82d37752782cb8da926e6ee Mon Sep 17 00:00:00 2001 From: Guoteng <32697156+SolenoidWGT@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:38:45 +0800 Subject: [PATCH] Update 7B_sft.py --- configs/7B_sft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/7B_sft.py b/configs/7B_sft.py index cfe685b..283cf44 100644 --- a/configs/7B_sft.py +++ b/configs/7B_sft.py @@ -36,7 +36,7 @@ ckpt = dict( # Please be aware that if `auto_resume` is not set (its default value is True), it will not load the checkpoint # 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 load_ckpt_info=None. + # If you want to train from scratch, please set `auto_resume` to False and 'load_ckpt_info' to None. auto_resume=False, checkpoint_every=CHECKPOINT_EVERY, async_upload=True, # async ckpt upload. (only work for boto3 ckpt)