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 4ec7329 commit 957e3a5Copy full SHA for 957e3a5
applications/ColossalChat/coati/distributed/grpo_consumer.py
@@ -153,7 +153,7 @@ def setup(self):
153
):
154
self.wandb_run = wandb.init(
155
project=self.project_name,
156
- sync_tensorboard=True,
+ sync_tensorboard=False,
157
dir="./wandb",
158
name=self.run_name,
159
group=self.wandb_group_name,
applications/ColossalChat/coati/distributed/producer.py
@@ -71,7 +71,7 @@ def __init__(
71
if self.producer_idx == 0:
72
73
project=project_name,
74
75
76
name=run_name + "_eval",
77
group=wandb_group_name,
0 commit comments