mtasic85 commited on
Commit
e7120a7
1 Parent(s): 76d7e32
Files changed (1) hide show
  1. scripts/model.yaml +2 -2
scripts/model.yaml CHANGED
@@ -38,8 +38,8 @@ initial_checkpoint_dir: "../out/pretrain/initial/"
38
  # from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
39
  # ``'auto'`` will resume from the latest checkpoint but not error if no checkpoint exists.
40
  # (type: Union[bool, Literal["auto"], Path], default: False)
41
- # resume: false
42
- resume: "auto"
43
 
44
  # Data-related arguments. If not provided, the default is ``litgpt.data.TinyLlama``.
45
  data:
 
38
  # from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
39
  # ``'auto'`` will resume from the latest checkpoint but not error if no checkpoint exists.
40
  # (type: Union[bool, Literal["auto"], Path], default: False)
41
+ resume: false
42
+ # resume: "auto"
43
 
44
  # Data-related arguments. If not provided, the default is ``litgpt.data.TinyLlama``.
45
  data: