Merge pull request #12055 from nextcloud/docs/admin/ai/cuda_version

docs(AI): Add note about CUDA version requirements
This commit is contained in:
Marcel Klehr
2024-07-25 10:41:41 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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