Skip to content

Commit 88e3b09

Browse files
committed
merge grpo-latest
2 parents 3766338 + 32afa7b commit 88e3b09

File tree

1 file changed

+1
-1
lines changed
  • applications/ColossalChat/coati/distributed

1 file changed

+1
-1
lines changed

applications/ColossalChat/coati/distributed/launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def launch_distributed(
7777
wandb_group_name = str(uuid.uuid4())
7878
rollout_log_file = os.path.join(
7979
rollout_save_dir,
80-
f"{project_name}_run_{wandb_group_name}.jsonl",
80+
f"{project_name.replace(' ','_')}_run_{wandb_group_name}.jsonl",
8181
)
8282

8383
procs = []

0 commit comments

Comments
 (0)