From 7ff185af7ef3e9e8fec6cc4f6ef01e01b8ba650d Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 22 May 2025 13:27:11 +0200 Subject: [PATCH] fix(llm2): Correct required CUDA version Signed-off-by: Marcel Klehr --- admin_manual/ai/app_llm2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/ai/app_llm2.rst b/admin_manual/ai/app_llm2.rst index 1769acb23..fd631f575 100644 --- a/admin_manual/ai/app_llm2.rst +++ b/admin_manual/ai/app_llm2.rst @@ -39,7 +39,7 @@ Requirements * Nextcloud AIO is supported * We currently support NVIDIA GPUs and x86_64 CPUs * CPU that supports AVX and AVX2 instruction -* CUDA >= v12.8 on your host system +* CUDA >= v12.4 on your host system * GPU Sizing * A NVIDIA GPU with at least 8GB VRAM