Skip to content

Commit 061dbdc

Browse files
committed
rollout loops
1 parent 5a3ef1d commit 061dbdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/grpo/qwen3_32b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ provisioner:
1414
launcher: slurm
1515

1616
# Main loop configuration
17-
rollout_threads: 32 # make this equal to the batch size seems to work well
17+
rollout_threads: 32 # make this 4x the number of policy replicas seems to work well
1818

1919
# Observability configuration
2020
metric_logging:

apps/mast/qwen3_32b_mast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ job_name: forge-qwen3-32b
1313
checkpoint_folder: /mnt/wsfuse/teamforge/forge_runs/
1414

1515
# Main loop configuration
16-
rollout_threads: 8
16+
rollout_threads: 32 # make this 4x the number of policy replicas seems to work well
1717

1818
# Observability configuration
1919
metric_logging:

0 commit comments

Comments
 (0)