chore: 版本号升至 1.3.5

This commit is contained in:
2026-05-15 18:23:27 +08:00
parent 9096e413c3
commit 19532440b4
5 changed files with 44 additions and 34 deletions
+10
View File
@@ -71,6 +71,16 @@ pip install -e .
pip install -e ".[dev]"
```
#### 下载预训练模型
下载预训练模型权重(1B 双语检查点)到 `params/` 目录:
```bash
python scripts/demo/download.py
```
或从 [HuggingFace](https://huggingface.co/ViperEk/KHAOSZ) 手动下载放入 `params/`
#### 训练模型
```bash