This commit is contained in:
jhqxxx
2025-11-23 19:41:56 +08:00
parent 50980e239b
commit 44d7dd755d
3 changed files with 7 additions and 4 deletions
Generated
+1 -1
View File
@@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "aha"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"aha_openai_dive",
"anyhow",
+2 -2
View File
@@ -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"}
+4 -1
View File
@@ -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!