mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| docker-compose.dev.yml | ||
| docker-compose.prod.yml | ||
| docker-compose.yml | ||
| example.env | ||
| hwaccel-rkmpp.yml | ||
| hwaccel.yml | ||
| mlaccel-armnn.yml | ||
| README.md | ||
Caution
Make sure to use the docker-compose.yml of the current release: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
The compose file on main may not be compatible with the latest release.