allow resuming wandb

This commit is contained in:
51616 2025-01-17 14:31:01 +00:00
parent 9035b1834c
commit 2cb818db4b

View file

@ -506,6 +506,7 @@ def main():
config=args,
tags=os.getenv("WANDB_TAGS").split(","),
notes=ctx_args.notes,
resume="allow",
)
else:
wandb.init(mode="disabled")