You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/template/verl_config.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ actor_rollout_ref:
16
16
shuffle: False
17
17
ulysses_sequence_parallel_size: 1# sp size
18
18
checkpoint:
19
-
contents: ['model', 'hf_model', 'optimizer', 'extra'] # with 'hf_model' you can save whole model as hf format, now only use sharded model checkpoint to save space
19
+
contents: ["model", "optimizer", "extra"] # with 'hf_model' you can save whole model as hf format, now only use sharded model checkpoint to save space
20
20
optim:
21
21
lr: 1e-6
22
22
lr_warmup_steps_ratio: 0.# the total steps will be injected during runtime
@@ -72,6 +72,8 @@ critic:
72
72
shuffle: ${actor_rollout_ref.actor.shuffle}
73
73
grad_clip: 1.0
74
74
cliprange_value: 0.5
75
+
checkpoint:
76
+
contents: ["model", "optimizer", "extra"] # with 'hf_model' you can save whole model as hf format, now only use sharded model checkpoint to save space
0 commit comments