Skip to content

Commit 6d1f5b1

Browse files
committed
Fix extra-long context prefilling for gguf models
1 parent 4c23d41 commit 6d1f5b1

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 = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "d0b9b26" }
31+
candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "d0b9b26" }
32+
candle-flash-attn-v3 = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "d0b9b26" }
33+
candle-flash-attn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.9.1", rev = "d0b9b26" }
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)