Skip to content

Commit dac4861

Browse files
committed
Fix ultra-long context prefilling in Qwen3 MoE GGUF models
1 parent 4c23d41 commit dac4861

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ license = "MIT"
2727
rust-version = "1.82"
2828

2929
[workspace.dependencies]
30-
candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "5e6c385" }
31-
candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "5e6c385" }
32-
candle-flash-attn-v3 = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "5e6c385" }
33-
candle-flash-attn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "5e6c385" }
30+
candle-core = { path = "../mistralrs/candle/candle-core", version = "0.9.1" }
31+
candle-nn = { path = "../mistralrs/candle/candle-nn", version = "0.9.1" }
32+
candle-flash-attn-v3 = { path = "../mistralrs/candle/candle-flash-attn-v3", version = "0.9.1"}
33+
candle-flash-attn = { path = "../mistralrs/candle/candle-flash-attn", version = "0.9.1" }
3434
# candle-core = { path = "../candle/candle-core" }
3535
# candle-nn = { path = "../candle/candle-nn" }
3636
# candle-flash-attn-v3 = { path = "../candle/candle-flash-attn-v3" }

0 commit comments

Comments
 (0)