Skip to content

Commit b962d73

Browse files
committed
fix: replace colocate_ref_and_trainer with colocate list in qwen3_8b yaml
The old colocate_ref_and_trainer bool was replaced by the generalized colocate list field in LauncherConfig. Update the yaml to match.
1 parent 8cb5535 commit b962d73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/grpo/qwen3_8b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rollout_threads: ${services.generator.num_replicas} # Recommended to set equal
1616
provisioner:
1717
launcher: ssh
1818
ssh_hostfile: "/job/hostfile"
19-
colocate_ref_and_trainer: true
19+
colocate: [ref_model, trainer]
2020

2121
# Observability configuration
2222
metric_logging:

0 commit comments

Comments
 (0)