logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/VoxCPM
or

Install via npx

npx @hexmos/ipm i OpenBMB/VoxCPM

Prerequisites

Python

programming_language

Version: >=3.10,<3.13

PyTorch

library

Version: >=2.5.0

CUDA

toolkit

Version: >=12.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

pip installation

pip install voxcpm

Install 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`.