Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions admin_manual/ai/app_live_transcription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,33 @@ Installation
and the High-Performance Backend must be functionally configured in Nextcloud Talk settings for the app to work.


Requirements
------------

* Nextcloud AIO is supported
* We currently support NVIDIA GPUs and x86_64 CPUs. Only CPU-based transcription is supported and works well on modern x86 CPUs.
* CUDA >= v12.4.1 on your host system for GPU-based transcription
* GPU Sizing

* A NVIDIA GPU with at least 10 GB VRAM
* 16 GB of system RAM should be enough for one or two concurrent calls

* CPU Sizing

* x86 CPU with 4 threads. Additional 2 threads per concurrent call.
* 16 GB of RAM should be enough for one or two concurrent calls

* Space usage
* ~ 2.8 GB for the docker container
* ~ 6.0 GB for the default models

.. note::

We currently have very little real-world experience running this software on production instances.
The above sizing recommendations come from our estimates and are not real-world benchmarks.
Actual requirements will vary based on factors such as the number of concurrent calls, audio quality, and selected languages.
Please do thorough testing to confirm your hardware meets your needs.

App store
---------

Expand Down