mirror of https://github.com/InternLM/InternLM
fix(ci): fix train error (#228)
Co-authored-by: huangting4201 <huangting3@sensetime.com>pull/230/head
parent
7c820cfa40
commit
04c02a61b2
|
@ -15,6 +15,7 @@ VOCAB_SIZE = 103168
|
|||
SAVE_CKPT_FOLDER = "local:llm_ckpts"
|
||||
# LOAD_CKPT_FOLDER = "local:llm_ckpts/49"
|
||||
ckpt = dict(
|
||||
enable_save_ckpt=True,
|
||||
# Path to save training ckpt.
|
||||
save_ckpt_folder=SAVE_CKPT_FOLDER,
|
||||
# Path to continue training ckpt (load model weights and scheduler/context states).
|
||||
|
|
Loading…
Reference in New Issue