0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00
immich/machine-learning/export/models
Mert 41580696c7
feat(ml): add more search models (#11468)
* update export code

* add uuid glob, sort model names

* add new models to ml, sort names

* add new models to server, sort by dims and name

* typo in name

* update export dependencies

* onnx save function

* format
2024-07-31 04:34:45 +00:00
..
__init__.py
mclip.py feat(ml): add more search models (#11468) 2024-07-31 04:34:45 +00:00
openclip.py feat(ml): add more search models (#11468) 2024-07-31 04:34:45 +00:00
optimize.py feat(ml): add more search models (#11468) 2024-07-31 04:34:45 +00:00
util.py