Skip to content

Commit 2de7021

Browse files
committed
feat(AI/LiveTranscription): add resource requirements
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 0ed3ebd commit 2de7021

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

admin_manual/ai/app_live_transcription.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,34 @@ Installation
3434

3535
5. Install a Text-to-text task processing provider app like the :ref:`translate2 app <ai-app-translate2>` for translation capabilities.
3636

37+
Requirements
38+
------------
39+
40+
* Minimal Nextcloud version: 33
41+
* Nextcloud AIO is supported
42+
* We currently support NVIDIA GPUs and x86_64 CPUs. Only CPU-based transcription is supported and works well on modern x86 CPUs.
43+
* CUDA >= v12.4.1 on your host system for GPU-based transcription
44+
* GPU Sizing
45+
46+
* A NVIDIA GPU with at least 10 GB VRAM
47+
* 16 GB of system RAM should be enough for one or two concurrent calls
48+
49+
* CPU Sizing
50+
51+
* x86 CPU with 4 threads. Additional 2 threads per concurrent call.
52+
* 16 GB of RAM should be enough for one or two concurrent calls
53+
54+
* Space usage
55+
* ~ 2.8 GB for the docker container
56+
* ~ 6.0 GB for the default models
57+
58+
.. note::
59+
60+
We currently have very little real-world experience running this software on production instances.
61+
The above sizing recommendations come from our estimates and are not real-world benchmarks.
62+
Actual requirements will vary based on factors such as the number of concurrent calls, audio quality, and selected languages.
63+
Please do thorough testing to confirm your hardware meets your needs.
64+
3765
App store
3866
---------
3967

0 commit comments

Comments
 (0)