1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00
immich/machine-learning/app/models
Mert 258b98c262
fix(ml): load models in separate threads (#4034)
* load models in thread

* set clip mode logs to debug level

* updated tests

* made fixtures slightly less ugly

* moved responses to json file

* formatting
2023-09-09 16:02:44 +07:00
..
__init__.py feat(ml)!: switch image classification and CLIP models to ONNX (#3809) 2023-08-25 06:28:51 +02:00
base.py fix(ml): load models in separate threads (#4034) 2023-09-09 16:02:44 +07:00
cache.py fix(ml): load models in separate threads (#4034) 2023-09-09 16:02:44 +07:00
clip.py fix(ml): load models in separate threads (#4034) 2023-09-09 16:02:44 +07:00
facial_recognition.py fix(ml): load models in separate threads (#4034) 2023-09-09 16:02:44 +07:00
image_classification.py fix(ml): load models in separate threads (#4034) 2023-09-09 16:02:44 +07:00