chore(ml): remove deprecated kwarg when downloading models (#12589)

remove local_dir_use_symlinks
This commit is contained in:
Mert
2024-09-11 23:21:33 -04:00
committed by GitHub
parent 22dc9bcebb
commit a68e6be7e1
2 changed files with 0 additions and 3 deletions

View File

@@ -71,7 +71,6 @@ class InferenceModel(ABC):
f"immich-app/{clean_name(self.model_name)}",
cache_dir=self.cache_dir,
local_dir=self.cache_dir,
local_dir_use_symlinks=False,
ignore_patterns=ignore_patterns,
)