File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,34 @@ Installation
3434
35355. 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+
3765App store
3866---------
3967
You can’t perform that action at this time.
0 commit comments