mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
allow resuming wandb
This commit is contained in:
parent
9035b1834c
commit
2cb818db4b
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue