We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9917390 commit aa9cb75Copy full SHA for aa9cb75
1 file changed
walrus/train.py
@@ -335,10 +335,6 @@ def main(cfg: DictConfig):
335
cfg.distribution.distribution_type.upper() != "LOCAL" and world_size > 1
336
)
337
338
- # Convert cfg to a string, do find/replace from "temporary_mppx_name" to "walrus", then convert back to DictConfig
339
- cfg_str = OmegaConf.to_yaml(cfg)
340
- cfg_str = cfg_str.replace("temporary_mppx_name", "walrus")
341
- cfg = OmegaConf.create(cfg_str)
342
# Since configure_experiment uses distributed logic, distribution must be set up first
343
device_mesh = configure_distribution(cfg)
344
(
0 commit comments