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.
2 parents 3766338 + 32afa7b commit 88e3b09Copy full SHA for 88e3b09
applications/ColossalChat/coati/distributed/launch.py
@@ -77,7 +77,7 @@ def launch_distributed(
77
wandb_group_name = str(uuid.uuid4())
78
rollout_log_file = os.path.join(
79
rollout_save_dir,
80
- f"{project_name}_run_{wandb_group_name}.jsonl",
+ f"{project_name.replace(' ','_')}_run_{wandb_group_name}.jsonl",
81
)
82
83
procs = []
0 commit comments