We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a011a6 commit aa5367eCopy full SHA for aa5367e
apps/grpo/main.py
@@ -320,7 +320,6 @@ async def main(cfg: DictConfig):
320
launcher_config=LauncherConfig(**cfg.provisioner.launcher)
321
)
322
323
- # initialize before spawning services
324
metric_logging_cfg = cfg.get("metric_logging", {"console": {"log_per_rank": False}})
325
mlogger = await get_or_create_metric_logger()
326
await mlogger.init_backends.call_one(metric_logging_cfg)
0 commit comments