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")