Skip to content

Commit d256806

Browse files
AlpineVibrationsAlpineVibrations
andauthored
update candle version (#1545)
Co-authored-by: AlpineVibrations <[email protected]>
1 parent 60a530c commit d256806

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.0", rev = "2c9f2fc9" }
31-
candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "2c9f2fc9" }
32-
candle-flash-attn-v3 = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "2c9f2fc9" }
33-
candle-flash-attn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "2c9f2fc9" }
30+
candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "132643d" }
31+
candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "132643d" }
32+
candle-flash-attn-v3 = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "132643d" }
33+
candle-flash-attn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "132643d" }
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)