From 1b62c781d78ccd94a9fbaafeab171b61627492b7 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 13 Mar 2023 09:33:32 -0400 Subject: [PATCH] temporarily disable run-patches --- ldm/invoke/CLI.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ldm/invoke/CLI.py b/ldm/invoke/CLI.py index 526f7c2352..29dfd0813c 100644 --- a/ldm/invoke/CLI.py +++ b/ldm/invoke/CLI.py @@ -66,7 +66,8 @@ def main(): Globals.ckpt_convert = args.ckpt_convert # run any post-install patches needed - run_patches() + # temporarily disabled + # run_patches() print(f">> Internet connectivity is {Globals.internet_available}")