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}
message.txt11.12KB
Was this page helpful?