From 2cb818db4bdf2f0a246ef26a4bb56fd6a35a383b Mon Sep 17 00:00:00 2001 From: 51616 Date: Fri, 17 Jan 2025 14:31:01 +0000 Subject: [PATCH] allow resuming wandb --- hyperlora/intx_sft.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperlora/intx_sft.py b/hyperlora/intx_sft.py index 00a8dfd..624f5fd 100755 --- a/hyperlora/intx_sft.py +++ b/hyperlora/intx_sft.py @@ -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")