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
@@ -65,6 +65,16 @@ For development dependencies:
pip install -e ".[dev]"
```
#### Download Pre-trained Model
Download pre-trained model weights (1B bilingual checkpoint) to `params/`:
```bash
python scripts/demo/download.py
```
Or download manually from [HuggingFace](https://huggingface.co/ViperEk/KHAOSZ) into `params/`.
#### Train a Model
```bash