File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ def _build_pathways_head_sidecar_containers(self) -> list[Nested[Any]]:
321
321
f"--server_port={ _PATHWAYS_PROXY_PORT } " ,
322
322
f"--gcs_scratch_location={ staging_location } " ,
323
323
# This should be made configurable
324
- f"--num_elastic_slices={ cfg .accelerator .num_replicas } "
324
+ f"--num_elastic_slices={ cfg .accelerator .num_replicas } " ,
325
325
]
326
326
cmd_args .extend (xla_flags_from_options (self ._xla_options ).split ())
327
327
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ def get_trainer_kwargs(
384
384
max_sequence_length = max_sequence_length ,
385
385
train_batch_size = len (jax .devices ()),
386
386
max_step = max_step ,
387
- save_every_n_steps = 1000000 ,
387
+ save_every_n_steps = 100 ,
388
388
mesh_shape = mesh_shape_from_axes (data = - 1 , fsdp = 8 ),
389
389
mesh_rules = (
390
390
# Step time:
You can’t perform that action at this time.
0 commit comments