From 80f37f37eab2f6d87faa39a61a284c44468bbf10 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 30 Jun 2026 23:18:40 -0700 Subject: [PATCH] =?UTF-8?q?remove=20hwaccel.ml.yml=20=E2=80=94=20supersede?= =?UTF-8?q?d=20by=20immich/=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwaccel.ml.yml | 53 -------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 hwaccel.ml.yml diff --git a/hwaccel.ml.yml b/hwaccel.ml.yml deleted file mode 100644 index f8847df..0000000 --- a/hwaccel.ml.yml +++ /dev/null @@ -1,53 +0,0 @@ -# Configurations for hardware-accelerated machine learning - -# If using Unraid or another platform that doesn't allow multiple Compose files, -# you can inline the config for a backend by copying its contents -# into the immich-machine-learning service in the docker-compose.yml file. - -# See https://immich.app/docs/features/ml-hardware-acceleration for info on usage. - -services: -# armnn: -# devices: -# - /dev/mali0:/dev/mali0 -# volumes: -# - /lib/firmware/mali_csffw.bin:/lib/firmware/mali_csffw.bin:ro -# - /usr/lib/libmali.so:/usr/lib/libmali.so:ro - -# cpu: {} - -# cuda: -# deploy: -# resources: -# reservations: -# devices: -# - driver: nvidia -# count: 1 -# capabilities: -# - gpu - - openvino: -# device_cgroup_rules: -# - 'c 189:* rmw' -# devices: -# - /dev/dri:/dev/dri - volumes: - - /dev/bus/usb:/dev/bus/usb - - /dev/dri:/dev/dri - hostname: immich-ml - networks: - - traefik_backend - -# openvino-wsl: -# devices: -# - /dev/dri:/dev/dri -# - /dev/dxg:/dev/dxg -# volumes: -# - /dev/bus/usb:/dev/bus/usb -# - /usr/lib/wsl:/usr/lib/wsl - -networks: - postgresql_db-backend: - external: true - traefik_backend: - external: true