herobrine4770
herobrine4770
IImmich
Created by herobrine4770 on 12/29/2024 in #help-desk-support
I have an issue with machine learning / smart search
He, I have an issue with my machine learning container. Here is wath i can provide ; somone know why i get this ? Thanks Here is my docker compose :
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
env_file:
- stack.env
environment:
- MACHINE_LEARNING_MODEL_TTL=0
- MACHINE_LEARNING_PRELOAD__CLIP=ViT-H-14-378-quickgelu__dfn5b
restart: always
healthcheck:
disable: false
networks:
- ${NETWORK_INTERFACE}
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
env_file:
- stack.env
environment:
- MACHINE_LEARNING_MODEL_TTL=0
- MACHINE_LEARNING_PRELOAD__CLIP=ViT-H-14-378-quickgelu__dfn5b
restart: always
healthcheck:
disable: false
networks:
- ${NETWORK_INTERFACE}
12 replies
IImmich
Created by herobrine4770 on 12/28/2024 in #help-desk-support
Best Model for Image Search in French on Raspberry Pi 5 (8GB)
Hello,
I am new to Immich, and I would like to know which model is best suited for image search in French, specifically on a Raspberry Pi 5 with 8GB of RAM. I’d appreciate any recommendations or advice based on your experience.
Thank you!
6 replies