1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

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

@ -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=[],
)