Skip to content

Commit 1566512

Browse files
Add move model print in download.py(#1037)
Co-authored-by: Jack-Khuu <[email protected]>
1 parent 147c292 commit 1566512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def download_and_convert(
102102
# overwriting if necessary.
103103
if os.path.isdir(model_dir):
104104
shutil.rmtree(model_dir)
105+
print(f"Moving model to {model_dir}.")
105106
shutil.move(temp_dir, model_dir)
106107

107108
finally:

0 commit comments

Comments
 (0)