文件历史

20 次代码提交

作者 SHA1 备注 提交日期
ZGY 616d3d3e63 docs: add audio.cpp to Ecosystem & Community (EN/ZH) (#355)
Add audio.cpp (ggml-based unified C++ inference framework) to the
Ecosystem & Community table in both README.md and README_zh.md.
VoxCPM2 is a released, supported model in that project.

Requested in #354.

Co-authored-by: Labmem-Zhouyx <913703649@qq.com>
2026-07-08 17:46:09 +08:00
Dennis Huang b9fbaecf87 Merge pull request #348 from ZMXJJ/feat/llama-cpp-omni-docs
docs: add llama.cpp-omni on-device inference section
2026-06-30 20:44:33 +08:00
Dennis Huang 53115a200b docs: add llama.cpp-omni on-device inference section 2026-06-30 16:28:26 +08:00
Labmem-Zhouyx 30118a3352 Merge pull request #327 from DEVAIEXP/feat-add-seed
feat: Add Seed Support for Reproducible Voice Generation (v1 & v2)

Resolved conflict in src/voxcpm/cli.py: kept both --seed (PR #327) and timestamp alignment args (PR #332).
2026-06-29 13:19:40 +08:00
ZGY 2b26f1ff8d Merge pull request #332 from ac19991029/feature/timestamp-alignment
Add optional post-generation timestamp alignment
2026-06-29 13:13:57 +08:00
Eliseu Silva b567707deb Merge branch 'main' into feat-add-seed 2026-06-24 21:44:02 -03:00
Labmem-Zhouyx 43acad2ac8 README: techinical report link 2026-06-08 11:33:17 +08:00
cccpro12 87af7d0854 Add optional timestamp alignment 2026-06-06 16:29:46 +08:00
Eliseu Silva 9f1548b631 feat: add seed support for reproducible generation in v1 and v2
- Exposed 'seed' parameter in VoxCPMModel and VoxCPM2Model generation methods.
- Added PyTorch RNG seed setting before inference runs.
- Handled 'retry_badcase' seed adjustment by incrementing the seed value on retries.
- Exposed 'self.last_successful_seed' as a model attribute for UI integrations.
- Propagated 'seed' parameter to high-level pipeline class and CLI tools (cli.py).
- Added '--seed' flag to full-finetune and LoRA inference scripts.
- Configured validation audio generation in training script to use a fixed seed for objective comparison on TensorBoard.
- Added comprehensive unit tests in CLI test files to validate seed parsing and propagation.
- Updated English and Chinese READMEs with seed usage examples.
2026-06-01 15:34:09 -03:00
muyleanging e08754bcc0 Document Gradio device selection 2026-05-18 17:06:11 +09:00
Yueqian Lin afa63e6195 docs: add vLLM-Omni serving references
Document vLLM-Omni as a production serving option for VoxCPM2
alongside the existing Nano-vLLM reference. Mirrors the addition in
README_zh.md, and adds an ecosystem table entry.

Install snippet follows the upstream vLLM-Omni installation guide
(from source, since vllm-omni is rapidly evolving).

Signed-off-by: Yueqian Lin <linyueqian@outlook.com>
2026-04-16 21:19:27 -05:00
liuxin eae0a29908 docs: add ComfyUI RH link
Made-with: Cursor
2026-04-16 11:46:40 +08:00
Labmem-Zhouyx 5611bd08a0 optim app.py 2026-04-09 00:30:19 +08:00
Labmem-Zhouyx 364eff6840 update readme: python version 2026-04-08 23:07:38 +08:00
Labmem-Zhouyx 6d10932b09 update readme 2026-04-08 18:48:58 +08:00
Labmem-Zhouyx ee3649c1b3 fix: streaming decode 2026-04-08 17:25:54 +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 2026-04-08 11:29:19 +08:00
Labmem-Zhouyx 9adfaf6996 update demo for zh 2026-04-08 00:15:16 +08:00
Labmem-Zhouyx da700f264e update ZH readme 2026-04-07 18:04:56 +08:00