From fd0c87cd2ddd2d4612b38c97a72bc471d5597165 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 15 Apr 2024 10:33:31 +0200 Subject: [PATCH] fix(admin_manual): Fix docs for recognize Signed-off-by: Marcel Klehr --- admin_manual/ai/app_recognize.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/ai/app_recognize.rst b/admin_manual/ai/app_recognize.rst index 7fd25ddfe..a01f646ce 100644 --- a/admin_manual/ai/app_recognize.rst +++ b/admin_manual/ai/app_recognize.rst @@ -16,7 +16,6 @@ Requirements * Nextcloud AIO is not supported but will likely work at sub optimal speed * Minimum supported Nextcloud version: 26 -* At least ~4GB of RAM dedicated for recognize * x86 CPU * GNU lib C * Background Jobs must be executed via cron @@ -30,13 +29,14 @@ Requirements * GPU Sizing - * The models used by recognize should run on most semi modern GPUs + * The models used by recognize require about 1GB of VRAM or less * CPU Sizing * If you don't have a GPU, this app will utilize your CPU cores * The more cores you have and the more powerful the CPU the better, we recommend 10-20 cores * In the app settings you can set the number of cores to use + * At least ~4GB of RAM dedicated for recognize Disk space usage ~~~~~~~~~~~~~~~~