Installation Dependencies for VoxCPM


pip install voxcpm || goto ERR
pip install numpy || goto ERR
pip uninstall torch torchaudio torchcodec -y || goto ERR
pip install torch==2.8.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu126 || goto ERR
pip install torchcodec || goto ERR
pip install uvicorn || goto ERR

Leave a Reply

Your email address will not be published. Required fields are marked *