ErrLookup › OpenBMB/VoxCPM
OpenBMB/VoxCPM
VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning · Python · 45 source files
Analyzed at f5a1c6a6b9 on 2026-08-27. 21 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| {file_type} '{file_path}' does not exist | validation | error | cli, file-not-found, path-validation |
| Timestamp alignment failed: {exc} | exception | error | cli, timestamp-alignment, strict-mode |
| Unsupported architecture: {arch} | validation | error | model-config, architecture, value-error |
| You must provide hf_model_id | validation | error | model-loading, missing-argument, huggingface |
| target text must be a non-empty string | validation | error | input-validation, tts, empty-input |
| prompt_wav_path does not exist: {prompt_wav_path} | validation | error | voice-cloning, file-not-found, prompt-audio |
| reference_wav_path does not exist: {reference_wav_path} | validation | error | voice-cloning, file-not-found, reference-audio |
| prompt_wav_path and prompt_text must both be provided or bot | validation | error | voice-cloning, parameter-validation, paired-arguments |
| reference_wav_path is only supported with VoxCPM2 models | validation | error | version-mismatch, voice-cloning, feature-support |
| Cannot load LoRA weights: model was not initialized with LoR | exception | error | lora, fine-tuning, model-state |
| Expected string input, got {type(text)} | validation | error | tokenizer, type-error, input-validation |
| Tokenization failed: {str(e)} | exception | error | tokenizer, error-chaining, value-error |
| Unsupported dtype: {dtype} | validation | error | dtype, configuration, value-error |
| VOXCPM_MPS_DTYPE='{override}' is not one of {sorted(_VALID_D | validation | error | mps, dtype, environment-variable, macos |
| Requested device '{device}', but CUDA is not available. Use | validation | error | cuda, device-selection, environment |
| Requested device 'mps', but MPS is not available. Use device | validation | error | mps, device-selection, macos |
| Unsupported device '{device}'. Supported values are 'auto', | validation | error | device-selection, value-error, configuration |
| VoxCPMModel can only be optimized on CUDA device | validation | error | optimization, torch-compile, cuda-only |
| triton is not installed | validation | error | triton, missing-dependency, optimization |
| Retry on bad cases is not supported in streaming mode, setti | console | warning | streaming, tts, warnings, badcase-retry |
| Retry on bad cases is not supported in streaming mode, setti | console | warning | voxcpm, voxcpm2, tts, streaming, retry, configuration, user-warning |