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
+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"}