diff --git a/Cargo.lock b/Cargo.lock index b1e249d..cd55d62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "aha" -version = "0.1.1" +version = "0.1.2" dependencies = [ "aha_openai_dive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6bf0d9a..a77caf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "aha" -version = "0.1.1" +version = "0.1.2" edition = "2024" repository = "https://github.com/jhqxxx/aha" license = "Apache-2.0" -description = "aha model inference library, now supports Qwen2.5VL, MiniCPM4, VoxCPM, and Qwen3VL" +description = "aha model inference library, now supports Qwen2.5VL, MiniCPM4, VoxCPM, Qwen3VL, and DeepSeek-OCR" [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 9da7c64..2cbedc6 100644 --- a/README.md +++ b/README.md @@ -138,12 +138,15 @@ fn main() -> Result<()> { 2. 提交新的 Issue,包含详细描述和复现步骤 ## 更新日志 +### v0.1.2 +* 添加 DeepSeek-OCR 模型 + ### v0.1.1 * 添加 Qwen3VL 模型 ### v0.1.0 * 初始版本发布 -* 支持 Qwen2.5VL, MiniCPM4, VoxCPM, DeepSeek-OCR 模型 +* 支持 Qwen2.5VL, MiniCPM4, VoxCPM 模型 ⭐ 如果这个项目对你有帮助,请给我们一个 Star! \ No newline at end of file