From 88b5f5b50003719614e4cf15b49472dcad95d50f Mon Sep 17 00:00:00 2001 From: digitaljamie <100302760+digitaljamie@users.noreply.github.com> Date: Sun, 19 Nov 2023 18:47:42 +0000 Subject: [PATCH] chore(docs): Update machine-learning.md --- docs/docs/guides/machine-learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/machine-learning.md b/docs/docs/guides/machine-learning.md index f16c23a1e0..587c080ab4 100644 --- a/docs/docs/guides/machine-learning.md +++ b/docs/docs/guides/machine-learning.md @@ -2,7 +2,7 @@ To alleviate [performance issues on low-memory systems](/docs/FAQ.md#why-is-immich-slow-on-low-memory-systems-like-the-raspberry-pi) like the Raspberry Pi, you may also host Immich's machine-learning container on a more powerful system (e.g. your laptop or desktop computer): -- Set `IMMICH_MACHINE_LEARNING_URL` to point to the designated ML system, e.g. `http://workstation:3003`. +- Set the URL in Machine Learning Settings on the Admin Settings page to point to the designated ML system, e.g. `http://workstation:3003`. - Copy the following `docker-compose.yml` to your ML system. - Start the container by running `docker-compose up -d` or `docker compose up -d` (depending on your Docker version).