mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 09:12:57 +02:00
chore(ml): remove deprecated kwarg when downloading models (#12589)
remove local_dir_use_symlinks
This commit is contained in:
parent
22dc9bcebb
commit
a68e6be7e1
2 changed files with 0 additions and 3 deletions
machine-learning/app
|
@ -124,7 +124,6 @@ class TestBase:
|
|||
"immich-app/ViT-B-32__openai",
|
||||
cache_dir=encoder.cache_dir,
|
||||
local_dir=encoder.cache_dir,
|
||||
local_dir_use_symlinks=False,
|
||||
ignore_patterns=["*.armnn"],
|
||||
)
|
||||
|
||||
|
@ -136,7 +135,6 @@ class TestBase:
|
|||
"immich-app/ViT-B-32__openai",
|
||||
cache_dir=encoder.cache_dir,
|
||||
local_dir=encoder.cache_dir,
|
||||
local_dir_use_symlinks=False,
|
||||
ignore_patterns=[],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue