How to install OpenBMB/VoxCPM. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
OpenBMB/VoxCPM Installation Guide
How to install OpenBMB/VoxCPM. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for OpenBMB/VoxCPM. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i OpenBMB/VoxCPMor
Install via npx
npx @hexmos/ipm i OpenBMB/VoxCPMPrerequisites
Python
programming_languageVersion: >=3.10,<3.13
PyTorch
libraryVersion: >=2.5.0
CUDA
toolkitVersion: >=12.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
pip installation
pip install voxcpmInstall from source (using ModelScope)
git clone https://github.com/OpenBMB/VoxCPM.git
cd VoxCPM
pip install modelscope
python -m pip install -e .Install from source (using Hugging Face)
git clone https://github.com/OpenBMB/VoxCPM.git
cd VoxCPM
python -m pip install -e .Post Installation Steps
- Verify installation by importing VoxCPM in a Python environment: `from voxcpm import VoxCPM`.
