mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #13115 from nextcloud/enh/ai-updates
AI section updates
This commit is contained in:
@@ -108,8 +108,10 @@ Installation
|
||||
Model requirements
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This app requires underlying Large language models to support tool calling. The default model in *llm2* does *not* support tool calling. Instead we recommend:
|
||||
This app requires underlying Large language models to support tool calling. The default model in *llm2* does support tool calling since version 2.4.0.
|
||||
Other models that may give good results are:
|
||||
|
||||
* Google Gemma 3 12B or higher
|
||||
* Mistral 3 small 24B
|
||||
* Qwen 2.5 8B or higher (May not work well with languages other than English)
|
||||
* Watt Tool 8B or higher
|
||||
|
||||
@@ -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.2 on your host system
|
||||
* CUDA >= v12.8 on your host system
|
||||
* GPU Sizing
|
||||
|
||||
* A NVIDIA GPU with at least 8GB VRAM
|
||||
|
||||
@@ -21,7 +21,11 @@ Requirements
|
||||
* Minimal Nextcloud version: 28
|
||||
* This app is built as an External App and thus depends on AppAPI v2.3.0
|
||||
* Nextcloud AIO is supported
|
||||
* Using GPU is currently not 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 4GB VRAM
|
||||
|
||||
* CPU Sizing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user