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 a297090 commit 5535eb6Copy full SHA for 5535eb6
tests/sandbox/toy_rl/toy_metrics/main.py
@@ -88,12 +88,12 @@ async def main():
88
89
# Config format: {backend_name: backend_config_dict}
90
config = {
91
- "console": {"logging_mode": "per_rank_reduce"},
+ "console": {"logging_mode": "global_reduce"},
92
"wandb": {
93
"project": "toy_metrics",
94
"group": group,
95
- "logging_mode": "per_rank_no_reduce",
96
- "per_rank_share_run": True,
+ "logging_mode": "per_rank_reduce", # global_reduce, per_rank_reduce, per_rank_no_reduce
+ "per_rank_share_run": False,
97
},
98
}
99
0 commit comments