From eed1fadd562ba55d2e4ce4f7672c4b08d4ec4734 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 22 Jul 2024 10:35:56 +0200 Subject: [PATCH] docs(AI): Add note about CUDA version requirements Signed-off-by: Marcel Klehr --- admin_manual/ai/app_context_chat.rst | 1 + admin_manual/ai/app_llm2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/admin_manual/ai/app_context_chat.rst b/admin_manual/ai/app_context_chat.rst index d74172a3ba1..7d190edb109 100644 --- a/admin_manual/ai/app_context_chat.rst +++ b/admin_manual/ai/app_context_chat.rst @@ -22,6 +22,7 @@ Requirements * The *context_chat_backend* app is built as an External App and thus depends on AppAPI v2.3.0 and later * Nextcloud AIO is supported * We currently support NVIDIA GPUs and x86_64 CPUs +* CUDA >= v12.2 on your host system * GPU Sizing * A NVIDIA GPU with at least 8GB VRAM diff --git a/admin_manual/ai/app_llm2.rst b/admin_manual/ai/app_llm2.rst index 87b5fe1084b..eabe93cd2f8 100644 --- a/admin_manual/ai/app_llm2.rst +++ b/admin_manual/ai/app_llm2.rst @@ -19,6 +19,7 @@ Requirements * This app is built as an External App and thus depends on AppAPI v2.3.0 or higher * Nextcloud AIO is supported * We currently support NVIDIA GPUs and x86_64 CPUs +* CUDA >= v12.2 on your host system * GPU Sizing * A NVIDIA GPU with at least 8GB VRAM