v 0.1.2
This commit is contained in:
Generated
+1
-1
@@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aha"
|
name = "aha"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aha_openai_dive",
|
"aha_openai_dive",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "aha"
|
name = "aha"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
repository = "https://github.com/jhqxxx/aha"
|
repository = "https://github.com/jhqxxx/aha"
|
||||||
license = "Apache-2.0"
|
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]
|
[dependencies]
|
||||||
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.9.1", tag = "0.9.1"}
|
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.9.1", tag = "0.9.1"}
|
||||||
|
|||||||
@@ -138,12 +138,15 @@ fn main() -> Result<()> {
|
|||||||
2. 提交新的 Issue,包含详细描述和复现步骤
|
2. 提交新的 Issue,包含详细描述和复现步骤
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
### v0.1.2
|
||||||
|
* 添加 DeepSeek-OCR 模型
|
||||||
|
|
||||||
### v0.1.1
|
### v0.1.1
|
||||||
* 添加 Qwen3VL 模型
|
* 添加 Qwen3VL 模型
|
||||||
|
|
||||||
### v0.1.0
|
### v0.1.0
|
||||||
* 初始版本发布
|
* 初始版本发布
|
||||||
* 支持 Qwen2.5VL, MiniCPM4, VoxCPM, DeepSeek-OCR 模型
|
* 支持 Qwen2.5VL, MiniCPM4, VoxCPM 模型
|
||||||
|
|
||||||
|
|
||||||
⭐ 如果这个项目对你有帮助,请给我们一个 Star!
|
⭐ 如果这个项目对你有帮助,请给我们一个 Star!
|
||||||
Reference in New Issue
Block a user