From b11a77c277b69056e0de59a1c02eb7bb295cad75 Mon Sep 17 00:00:00 2001 From: kuizhiqing Date: Fri, 16 Aug 2024 11:09:04 +0800 Subject: [PATCH] add move model print --- download.py | 1 + 1 file changed, 1 insertion(+) diff --git a/download.py b/download.py index 33f55b3d1..18398329d 100644 --- a/download.py +++ b/download.py @@ -102,6 +102,7 @@ def download_and_convert( # overwriting if necessary. if os.path.isdir(model_dir): shutil.rmtree(model_dir) + print(f"Moving model to {model_dir}.") shutil.move(temp_dir, model_dir) finally: