cargo.toml delete github link

This commit is contained in:
jhqxxx
2025-12-23 20:55:36 +08:00
parent ec4700f28d
commit 77951b9090
2 changed files with 14 additions and 9 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ license = "Apache-2.0"
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"}
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.9.1", tag = "0.9.1"}
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.9.1", tag = "0.9.1"}
candle-flash-attn = { git = "https://github.com/huggingface/candle.git", version = "0.9.1", tag = "0.9.1", optional = true }
candle-core = { version = "0.9.1"}
candle-nn = { version = "0.9.1"}
candle-transformers = { version = "0.9.1"}
candle-flash-attn = { version = "0.9.1", optional = true }
serde = "1.0.226"
serde_json = "1.0.145"
anyhow = "1.0.100"