Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ pip install voxcpm

> **Requirements:** Python ≥ 3.10 (<3.13), PyTorch ≥ 2.5.0, CUDA ≥ 12.0. See [Quick Start Docs](https://voxcpm.readthedocs.io/en/latest/quickstart.html) for details.

> **Compatibility:** The `seed` parameter and CLI option require a release newer than 2.0.3. With `voxcpm==2.0.3`, omit `seed`; until the next release, install from source with `pip install git+https://github.com/OpenBMB/VoxCPM.git`.

### Python API

#### 🗣️ Text-to-Speech
Expand Down
2 changes: 2 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ pip install voxcpm

> **环境要求:** Python ≥ 3.10 (<3.13),PyTorch ≥ 2.5.0,CUDA ≥ 12.0。详见 [快速开始文档](https://voxcpm.readthedocs.io/zh-cn/latest/quickstart.html)。

> **兼容性:** `seed` 参数和命令行选项需要高于 2.0.3 的版本。使用 `voxcpm==2.0.3` 时请省略 `seed`;新版本发布前,可通过 `pip install git+https://github.com/OpenBMB/VoxCPM.git` 从源码安装。

### Python API

#### 🗣️ 文本转语音
Expand Down