Skip to content

Tags: OpenBMB/VoxCPM

Tags

2.0.3

Toggle 2.0.3's commit message
fix: handle LoRA rank mismatch during inference in lora_ft_webui

Pass the selected LoRA checkpoint to load_model() on first load so the
model initializes with the correct rank from lora_config.json instead of
always defaulting to r=32.

On subsequent LoRA hot-swaps, detect rank incompatibility and
automatically reload the model with the new checkpoint's config,
preventing tensor shape mismatch errors (fixes #283).

Made-with: Cursor

2.0.2

Toggle 2.0.2's commit message
fix: ft log and setting

2.0.1

Toggle 2.0.1's commit message
update readme for modelscope download

2.0.0

Toggle 2.0.0's commit message
update readme

Made-with: Cursor

1.5.0

Toggle 1.5.0's commit message
Merge branch 'dev_1.5'

# Conflicts:
#	README.md
#	docs/finetune.md
#	scripts/test_voxcpm_ft_infer.py
#	scripts/test_voxcpm_lora_infer.py
#	src/voxcpm/core.py

1.0.5

Toggle 1.0.5's commit message
update technical report

1.0.4

Toggle 1.0.4's commit message
FX: Raising the Python version to avoid issues with Gradio failing to…

… start.

1.0.3

Toggle 1.0.3's commit message
Fx: capture compile error on Windows

1.0.2

Toggle 1.0.2's commit message
update README

1.0.1

Toggle 1.0.1's commit message
set default repo id