Skip to content

Commit 1b62c78

Browse files
committed
temporarily disable run-patches
1 parent c4de509 commit 1b62c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ldm/invoke/CLI.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def main():
6666
Globals.ckpt_convert = args.ckpt_convert
6767

6868
# run any post-install patches needed
69-
run_patches()
69+
# temporarily disabled
70+
# run_patches()
7071

7172
print(f">> Internet connectivity is {Globals.internet_available}")
7273

0 commit comments

Comments
 (0)