File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,3 +130,10 @@ trainer:
130130 test_freq : -1 # disable verl's internal eval — we eval externally
131131 default_hdfs_dir : null
132132 default_local_dir : results/grpo_checkpoints/qwen-1.5b-v1
133+
134+ # ---------------------------------------------------------------------------
135+ # Ray runtime — required by verl ≥ 0.7 (struct-mode rejects missing keys).
136+ # Empty dict means "use Ray defaults" — we don't need anything specific.
137+ # ---------------------------------------------------------------------------
138+ ray_kwargs :
139+ ray_init : {}
Original file line number Diff line number Diff line change @@ -109,3 +109,7 @@ trainer:
109109 test_freq : -1
110110 default_hdfs_dir : null
111111 default_local_dir : results/grpo_checkpoints/qwen-7b-v1
112+
113+ # Ray runtime — required by verl ≥ 0.7 (struct-mode rejects missing keys).
114+ ray_kwargs :
115+ ray_init : {}
You can’t perform that action at this time.
0 commit comments