mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 02:32:35 +09:00
chore(ml): remove deprecated kwarg when downloading models (#12589)
remove local_dir_use_symlinks
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user