- Joined
- Jun 15, 2022
- Messages
- 9
- Reaction score
- 0
We attempted to set up the 3CX OnBoard AI Transcription Engine Server by following the official documentation and would like clarification from the community.
Environment:
When running the installer command:
source <(curl -s https://<pbx-domain>/webmeeting/onboardai/<uuid>)
The installer:
Question:
The documentation states that a GPU is recommended, not required, which implies CPU-only deployments should be supported. However, based on this behavior, the installer appears to require a GPU to proceed.
Can anyone confirm:
Thank you.
Environment:
- Debian 12 (Bookworm)
- Cloud VM without GPU
- Installation command generated from the 3CX Admin Console
When running the installer command:
source <(curl -s https://<pbx-domain>/webmeeting/onboardai/<uuid>)
The installer:
- Starts normally
- Detects Debian correctly
- Checks for NVIDIA GPU using nvidia-smi
- Exits immediately when no GPU is found, with messages such as:
nvidia-smi: command not found
No NVidia GPUs VRAM detected
Question:
The documentation states that a GPU is recommended, not required, which implies CPU-only deployments should be supported. However, based on this behavior, the installer appears to require a GPU to proceed.
Can anyone confirm:
- Whether CPU-only installation of OnBoard AI is officially supported
- If there is a separate CPU-only installer or undocumented flag
- If anyone has successfully deployed OnBoard AI without a GPU
Thank you.