diff --git a/applications/ColossalChat/coati/distributed/launch.py b/applications/ColossalChat/coati/distributed/launch.py index 220a47eb8..c9e8d2ab2 100644 --- a/applications/ColossalChat/coati/distributed/launch.py +++ b/applications/ColossalChat/coati/distributed/launch.py @@ -77,7 +77,7 @@ def launch_distributed( wandb_group_name = str(uuid.uuid4()) rollout_log_file = os.path.join( rollout_save_dir, - f"{project_name}_run_{wandb_group_name}.jsonl", + f"{project_name.replace(' ','_')}_run_{wandb_group_name}.jsonl", ) procs = []