Commit Graph

107 Commits

Author SHA1 Message Date
Labmem-Zhouyx
68af4fe502 fix: ft log and setting 2.0.2 2026-04-08 18:15:17 +08:00
Labmem-Zhouyx
ee3649c1b3 fix: streaming decode 2026-04-08 17:25:54 +08:00
Labmem-Zhouyx
82d77d445c fix: decode chunksize for audiovae_v2 2026-04-08 16:31:36 +08:00
Labmem-Zhouyx
8f95d13073 update readme: 30-language asr result on internal benchmark 2026-04-08 15:36:56 +08:00
Labmem-Zhouyx
df38f0a167 update readme for modelscope download 2.0.1 2026-04-08 11:29:19 +08:00
Labmem-Zhouyx
9adfaf6996 update demo for zh 2026-04-08 00:15:16 +08:00
刘鑫
46cfce0c97 fix VoxCPM2 training sample_rate: 48000 -> 16000 (match AudioVAE encoder)
Made-with: Cursor
2026-04-07 22:59:18 +08:00
Labmem-Zhouyx
da700f264e update ZH readme 2026-04-07 18:04:56 +08:00
Labmem-Zhouyx
9da570d409 remove wechat link 2026-04-07 15:29:12 +08:00
Labmem-Zhouyx
9374524c47 update readme 2026-04-06 23:01:16 +08:00
Labmem-Zhouyx
ec6d30e996 update readme 2026-04-06 22:56:06 +08:00
Labmem-Zhouyx
a010d621ff update readme
Made-with: Cursor
2.0.0
2026-04-06 22:09:24 +08:00
Dennis Huang
3f005b0dbd Enhance README formatting and community section for better visibility 2026-04-06 19:50:29 +08:00
Labmem-Zhouyx
039c6e9f92 update 2026-04-06 17:15:10 +08:00
Dennis Huang
5734ab36b6 Update README 2026-04-06 16:24:12 +08:00
Labmem-Zhouyx
746631c38d update 2026-04-06 16:10:50 +08:00
Labmem-Zhouyx
07b8b5c01f update readme 2026-04-06 15:53:58 +08:00
Labmem-Zhouyx
f738cc9946 update 2026-04-03 18:46:29 +08:00
Labmem-Zhouyx
0c2cf23617 Update app.py UI, adjust streaming_prefix_len, remove legacy docs
- Refine app.py: Ultimate Cloning naming, NFE slider, i18n polish
- Change streaming_prefix_len default from 3 to 4 for smoother decoding
- Remove legacy docs/ directory (migrated to ReadTheDocs)

Made-with: Cursor
2026-04-03 18:42:41 +08:00
Labmem-Zhouyx
b823d8107c Merge branch 'dev_2.0' of https://github.com/OpenBMB/VoxCPM into dev_2.0 2026-04-03 17:44:46 +08:00
刘鑫
a87739426f add voxcpm2 finetune conf 2026-04-03 14:23:15 +08:00
Labmem-Zhouyx
12c2b8ff98 update readme 2026-04-02 21:01:23 +08:00
刘鑫
30c300cfe8 adjust default cfg range 2026-04-02 18:14:35 +08:00
刘鑫
addee2c550 surport voxcpm2 cli 2026-04-01 21:15:55 +08:00
Labmem-Zhouyx
42c428164c feat: add no_rope support for residual LM and fix streaming continuation decoding
- Add `residual_lm_no_rope` config option in VoxCPMConfig and propagate to MiniCPMModel
- Add `no_rope` field to MiniCPM4Config; make RoPE embedding optional in MiniCPMModel and MiniCPMAttention
- Add `streaming_prefix_len` parameter to generation interface
- Fix non-streaming audio decode in continuation mode to trim leading prefix patches consistently
- Refactor streaming prefix context preparation: distinguish continuation vs. zero-shot via feat_mask trailing bit instead of audio_mask sum

Made-with: Cursor
2026-03-31 17:07:33 +08:00
刘鑫
d9cf376e16 update voxcpm2 2026-03-31 11:50:37 +08:00
刘鑫
23ed7ffeee fix: fix some bugs in resuming multi-GPU training 2026-03-13 18:43:07 +08:00
xliucs
7823e14b82 Merge pull request #188 from haosenwang1018/fix/bare-excepts
fix: use specific exceptions instead of bare except
2026-03-03 11:49:00 +08:00
haosenwang1018
8df79de636 fix: use specific exceptions instead of bare except
- lora_ft_webui.py: except (JSONDecodeError, OSError) for config file
- voxcpm.py: except ImportError for triton availability check
2026-02-24 22:19:45 +00:00
xliucs
acaadb19e9 Merge pull request #186 from symhsym/patch-1
Update train_voxcpm_finetune.py
2026-02-11 18:05:39 +08:00
symhsym
07e526a231 Update train_voxcpm_finetune.py
修改了issue#185中提到的问题,在训练时进行validate会对原模型执行to(torch.bfloat16)然后to(torch.float32)的操作,这样可能导致模型数值浮动,因此这个修改让validate步骤保留原模型数值
2026-02-11 11:17:47 +08:00
xliucs
7aadc6c94e Merge pull request #161 from s3ldc/cli-arg-validation
Improve CLI argument validation and help text
2026-01-24 13:06:30 +08:00
Biriy
8f3a91cac8 cli: improve argument validation and help text for VoxCPM CLI 2026-01-20 14:33:58 +05:30
xliucs
e72fb42c38 Merge pull request #147 from zanellig/main
Fix README's feature checkboxes
2026-01-19 12:41:22 +08:00
Gonzalo Zanelli
6dd63a534f fix: feature checkboxes 2026-01-18 18:03:24 -03:00
刘鑫
79e75f259e Fix: optimize save ckpt function 2026-01-16 16:22:34 +08:00
刘鑫
e8dd956fc2 Print all log messages to stderr instead of stdout 2026-01-12 15:30:45 +08:00
xliucs
db75a7269b Merge pull request #141 from vytskalt/main
Print debug messages to stderr instead of stdout
2026-01-12 15:06:51 +08:00
vytskalt
f2e203d5e2 print debug messages to stderr instead of stdout 2026-01-09 20:05:52 +02:00
xliucs
6ecc00a5d3 Merge pull request #139 from lrjerryli/main
Add torchcodec to dependencies
2026-01-04 16:08:09 +08:00
李睿杰JerryLi
8cfd9d155a Add torchcodec to dependencies
ImportError: TorchCodec is required for load_with_torchcodec.
2026-01-02 21:00:23 +08:00
刘鑫
6499215204 Optimize logging validation set results to TensorBoard 2025-12-27 11:49:04 +08:00
xliucs
d57ac634f8 Merge pull request #128 from jayll1303/feat/optimize-data-loader
perf: optimize dataset length calculation via batch column access
2025-12-20 14:19:35 +08:00
jayllfpt
de11c6a8cb OPTIMIZE: Improve sample length computation by using batch column access 2025-12-20 06:32:39 +07:00
刘鑫
ee5f2567ac FIX:When a prompt is present, concatenate two patches as the context for VAE decoding 2025-12-15 20:37:02 +08:00
刘鑫
b3a2d95fec FIX:When a prompt is present, concatenate two patches as the context for VAE decoding 2025-12-15 20:35:46 +08:00
刘鑫
aabda60833 add lora finetune data setting QA 2025-12-10 20:25:24 +08:00
刘鑫
a266c0a88d add lora funetine webUI; optimize lora save and load logic 2025-12-09 21:34:39 +08:00
Labmem-Zhouyx
0779a93697 Merge branch 'main' of https://github.com/OpenBMB/VoxCPM 2025-12-07 02:02:08 +08:00
Labmem-Zhouyx
a1f9d0c3b6 Update: release note 2025-12-07 01:59:53 +08:00