Found existing installation: voxcpm1.0.5 Uninstalling voxcpm-1.0.5: Successfully uninstalled voxcpm-1.0.5
重新安装
pipinstallvoxcpm
启动 Web
python app.py
🚀 Running on device: cpu funasr version:1.2.7. Downloading Model from https://www.modelscope.cn to directory: /Users/m4/.cache/modelscope/hub/models/iic/SenseVoiceSmall2025-12-2722:47:19,955 - modelscope - WARNING - Using branch: master as version is unstable, use with caution WARNING:root:trust_remote_code: False * Running onlocalURL: http://localhost:7860 * To create a public link,set`share=True`in`launch()`.
下载模型
下载到项目 models 目录
python3 -c" from modelscope import snapshot_download model_dir = snapshot_download('OpenBMB/VoxCPM1.5', cache_dir='./models') print(f'Model downloaded to: {model_dir}') "