© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
ImmichI
Immich•14mo ago•
11 replies
herobrine4770

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}
message.txt11.12KB
ImmichJoin
A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.
36,590Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Machine learning fails (smart search/facial recognition)
ImmichIImmich / help-desk-support
4mo ago
issue with machine learning
ImmichIImmich / help-desk-support
3y ago
Issue with smart search
ImmichIImmich / help-desk-support
4mo ago
Machine Learning and Smart Search Immich on Truenas Scale
ImmichIImmich / help-desk-support
14mo ago