From 364eff68409bd8f956627400fc68792696216e5c Mon Sep 17 00:00:00 2001 From: Labmem-Zhouyx <913703649@qq.com> Date: Wed, 8 Apr 2026 23:07:38 +0800 Subject: [PATCH] update readme: python version --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6913c5e..1bebc7e 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Chinese Dialect: 四川话, 粤语, 吴语, 东北话, 河南话, 陕西话, 山 pip install voxcpm ``` -> **Requirements:** Python ≥ 3.10, PyTorch ≥ 2.5.0, CUDA ≥ 12.0. See [Quick Start Docs](https://voxcpm.readthedocs.io/en/latest/quickstart.html) for details. +> **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. ### Python API diff --git a/README_zh.md b/README_zh.md index fbcef0a..907812d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -91,7 +91,7 @@ VoxCPM 是一个**无离散音频分词器**(Tokenizer-Free)的语音合成 pip install voxcpm ``` -> **环境要求:** Python ≥ 3.10,PyTorch ≥ 2.5.0,CUDA ≥ 12.0。详见 [快速开始文档](https://voxcpm.readthedocs.io/zh-cn/latest/quickstart.html)。 +> **环境要求:** Python ≥ 3.10 (<3.13),PyTorch ≥ 2.5.0,CUDA ≥ 12.0。详见 [快速开始文档](https://voxcpm.readthedocs.io/zh-cn/latest/quickstart.html)。 ### Python API