From 165acf755095dddbff20d896c47872b84bd09687 Mon Sep 17 00:00:00 2001 From: jhqxxx Date: Sat, 11 Oct 2025 14:24:59 +0800 Subject: [PATCH] update candle flash attn version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f42c43f..6587756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"