merge grpo-latest

This commit is contained in:
YeAnbang
2025-05-20 18:16:43 +08:00

View File

@@ -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 = []