From e455d4e6198c51189c5101be5378a0b1b8b3303b Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Mon, 4 Mar 2024 15:20:18 +0900 Subject: [PATCH] Add additional note about CPU-only mode Signed-off-by: Juhyung Park --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a9ad3..56ef975 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repository provides instructions and helper scripts to install [Immich](htt * Microservice and machine-learning's host is opened to 0.0.0.0 in the default configuration. This behavior is changed to only accept 127.0.0.1 during installation. Only the main Immich service's port, 3001, is opened to 0.0.0.0. - * Only the basic CPU configuration is used. Hardware-acceleration such as CUDA is unsupported. + * Only the basic CPU configuration is used. Hardware-acceleration such as CUDA is unsupported. In my personal experience, importing about 10K photos on a x86 processor doesn't take an unreasonable amount of time (less than 30 minutes). ## 1. Install dependencies