Skip to content

Commit e2f7018

Browse files
authored
[stable32] feat(AI/LiveTranscription): add resource requirements (#14050)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 5706efc commit e2f7018

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

admin_manual/ai/app_live_transcription.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,33 @@ Installation
4040
and the High-Performance Backend must be functionally configured in Nextcloud Talk settings for the app to work.
4141

4242

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

0 commit comments

Comments
 (0)