Skip to content

Commit 09c45bf

Browse files
authored
clean up cache printf
1 parent e9e9ccd commit 09c45bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shark/shark_downloader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ def check_dir_exists(model_name, frontend="torch", dynamic=""):
119119
and os.path.isfile(os.path.join(model_dir, "hash.npy"))
120120
):
121121
print(
122-
f"""The models are present in the {WORKDIR}. If you want a fresh
123-
download, consider deleting the directory."""
122+
f"""Using cached models from {WORKDIR}..."""
124123
)
125124
return True
126125
return False

0 commit comments

Comments
 (0)