Skip to content

Commit 5535eb6

Browse files
author
Felipe Mello
committed
change toy config
1 parent a297090 commit 5535eb6

File tree

1 file changed

+3
-3
lines changed
  • tests/sandbox/toy_rl/toy_metrics

1 file changed

+3
-3
lines changed

tests/sandbox/toy_rl/toy_metrics/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ async def main():
8888

8989
# Config format: {backend_name: backend_config_dict}
9090
config = {
91-
"console": {"logging_mode": "per_rank_reduce"},
91+
"console": {"logging_mode": "global_reduce"},
9292
"wandb": {
9393
"project": "toy_metrics",
9494
"group": group,
95-
"logging_mode": "per_rank_no_reduce",
96-
"per_rank_share_run": True,
95+
"logging_mode": "per_rank_reduce", # global_reduce, per_rank_reduce, per_rank_no_reduce
96+
"per_rank_share_run": False,
9797
},
9898
}
9999

0 commit comments

Comments
 (0)