mtasic85 commited on
Commit
d8b1e45
·
1 Parent(s): 32016ad

pretrain 1

Browse files
Files changed (1) hide show
  1. scripts/pretrain_core_model_1.yaml +1 -1
scripts/pretrain_core_model_1.yaml CHANGED
@@ -39,7 +39,7 @@ initial_checkpoint_dir: "../out/pretrain-core-0/checkpoint"
39
  # from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
40
  # ``'auto'`` will resume from the latest checkpoint but not error if no checkpoint exists.
41
  # (type: Union[bool, Literal["auto"], Path], default: False)
42
- resume: "auto"
43
 
44
  # Data-related arguments. If not provided, the default is ``litgpt.data.TinyLlama``.
45
  data:
 
39
  # from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
40
  # ``'auto'`` will resume from the latest checkpoint but not error if no checkpoint exists.
41
  # (type: Union[bool, Literal["auto"], Path], default: False)
42
+ resume: True
43
 
44
  # Data-related arguments. If not provided, the default is ``litgpt.data.TinyLlama``.
45
  data: