mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
753292956e
* feat(ml): ARMNN acceleration for CLIP * wrap ANN as ONNX-Session * strict typing * normalize ARMNN CLIP embedding * mutex to handle concurrent execution * make inputs contiguous * fine-grained locking; concurrent network execution --------- Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
1 line
35 B
Python
1 line
35 B
Python
from .ann import Ann, is_available
|