From 70c3daa4eeae34ab6b178b4861f9c54f4156971a Mon Sep 17 00:00:00 2001 From: YeAnbang Date: Tue, 20 May 2025 09:45:56 +0800 Subject: [PATCH] add uuid to rollout log --- applications/ColossalChat/coati/distributed/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []