Skip to content

Commit ab7a7ce

Browse files
committed
Update outdated rollout parallelism comment
1 parent f7d2d45 commit ab7a7ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/maxtext/configs/post_train

src/maxtext/configs/post_train/rl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ sampler_devices_fraction: 0.5
2323
chips_per_vm: 4 # depends on hardware, for v5p this is 4
2424
num_trainer_slices: -1
2525
num_samplers_slices: -1
26-
# Only specify rollout_data_parallelism when you would like to use more than one model
27-
# replicas in rollout. If not specified, rollout_tensor_parallelism will be auto-determined.
26+
# If rollout_data_parallelism is not specified, it will be auto-determined.
2827
rollout_data_parallelism: -1
2928
rollout_tensor_parallelism: 1
3029
rollout_expert_parallelism: 1

0 commit comments

Comments
 (0)