update candle flash attn version

This commit is contained in:
jhqxxx
2025-10-11 14:24:59 +08:00
parent 144dba0163
commit 165acf7550
+1 -1
View File
@@ -10,7 +10,7 @@ description = "aha model inference library, now supports Qwen2.5VL, MiniCPM4, an
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.9.1"}
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.9.1"}
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.9.1"}
candle-flash-attn = { git = "https://github.com/huggingface/candle.git", optional = true }
candle-flash-attn = { git = "https://github.com/huggingface/candle.git", version = "0.9.1", optional = true }
serde = "1.0.226"
serde_json = "1.0.145"
anyhow = "1.0.100"