diff --git a/Cargo.lock b/Cargo.lock index d2dd9f3..fb6daa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "aha" -version = "0.1.4" +version = "0.1.5" dependencies = [ "aha_openai_dive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 17c5420..7e9eeab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "aha" -version = "0.1.4" +version = "0.1.5" edition = "2024" repository = "https://github.com/jhqxxx/aha" license = "Apache-2.0" -description = "aha model inference library, now supports Qwen2.5VL, MiniCPM4, VoxCPM, Qwen3VL, DeepSeek-OCR, Hunyuan-OCR, and PaddleOCR-VL" +description = "aha model inference library, now supports Qwen2.5VL, MiniCPM4, VoxCPM, Qwen3VL, DeepSeek-OCR, Hunyuan-OCR, PaddleOCR-VL, VoxCPM1.5" [dependencies] candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.9.1", tag = "0.9.1"} diff --git a/README.md b/README.md index ee16e79..069390b 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,9 @@ cargo test -F cuda voxcpm_generate -r -- --nocapture 2. 提交新的 Issue,包含详细描述和复现步骤 ## 更新日志 +### v0.1.5 +* 支持VoxCPM1.5 模型 + ### v0.1.4 * 添加PaddleOCR-VL 模型