mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-20 08:53:22 +00:00
add uuid to rollout log
This commit is contained in:
parent
06cfbe313b
commit
70c3daa4ee
@ -77,7 +77,7 @@ def launch_distributed(
|
|||||||
wandb_group_name = str(uuid.uuid4())
|
wandb_group_name = str(uuid.uuid4())
|
||||||
rollout_log_file = os.path.join(
|
rollout_log_file = os.path.join(
|
||||||
rollout_save_dir,
|
rollout_save_dir,
|
||||||
f"{project_name}_run_{wandb_group_name}.jsonl",
|
f"{project_name.replace(' ','_')}_run_{wandb_group_name}.jsonl",
|
||||||
)
|
)
|
||||||
|
|
||||||
procs = []
|
procs = []
|
||||||
|
Loading…
Reference in New Issue
Block a user