mirror of
https://github.com/immich-app/immich.git
synced 2026-06-29 21:01:03 +08:00
* Enable OpenVINO CPU acceleration in Immich * Remove unnecessary debug log * Removing checking for device_ids for openvino since cpu will always be available * Find OpenVINOExecutionProvider index instead of assuming index 0 * Fix openvino tests * Fix failing test mock. OpenVINO expects provider options, but cuda provide doesn't so use that for mocked tests. * Support empty provider options in OrtSessions in which case ONNXRuntime will use its own defaults * Use OpenVINOExecutionProvider for test_sets_provider_options_kwarg * fix mock * simplify * unused variable --------- Co-authored-by: Aleksander <pejcic@adobe.com> Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| models | ||
| sessions | ||
| __init__.py | ||
| __main__.py | ||
| config.py | ||
| gunicorn_conf.py | ||
| log_conf.json | ||
| main.py | ||
| schemas.py | ||