mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Fix failing test mock. OpenVINO expects provider options, but cuda provide doesn't so use that for mocked tests.
This commit is contained in:
parent
e60b995c3e
commit
13a8ba49f6
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ class TestOrtSession:
|
|||
def test_sets_provider_options_kwarg(self) -> None:
|
||||
session = OrtSession(
|
||||
"ViT-B-32__openai",
|
||||
providers=["OpenVINOExecutionProvider", "CPUExecutionProvider"],
|
||||
providers=["CUDAExecutionProvider", "CPUExecutionProvider"],
|
||||
provider_options=[],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue