diff --git a/Cargo.lock b/Cargo.lock index 2ac8fdd5c..98a8d75a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "candle-core" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=6be03dd#6be03dd112d42a71b64b51416c3d44dbd1362ef8" +source = "git+https://github.com/EricLBuehler/candle.git?rev=cb8082b#cb8082bf28eadb4140c1774f002983a6d182bf3e" dependencies = [ "accelerate-src", "byteorder", @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "candle-flash-attn" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=6be03dd#6be03dd112d42a71b64b51416c3d44dbd1362ef8" +source = "git+https://github.com/EricLBuehler/candle.git?rev=cb8082b#cb8082bf28eadb4140c1774f002983a6d182bf3e" dependencies = [ "anyhow", "bindgen_cuda 0.1.5", @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=6be03dd#6be03dd112d42a71b64b51416c3d44dbd1362ef8" +source = "git+https://github.com/EricLBuehler/candle.git?rev=cb8082b#cb8082bf28eadb4140c1774f002983a6d182bf3e" dependencies = [ "bindgen_cuda 0.1.5", ] @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "candle-metal-kernels" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=6be03dd#6be03dd112d42a71b64b51416c3d44dbd1362ef8" +source = "git+https://github.com/EricLBuehler/candle.git?rev=cb8082b#cb8082bf28eadb4140c1774f002983a6d182bf3e" dependencies = [ "metal 0.27.0", "once_cell", @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "candle-nn" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=6be03dd#6be03dd112d42a71b64b51416c3d44dbd1362ef8" +source = "git+https://github.com/EricLBuehler/candle.git?rev=cb8082b#cb8082bf28eadb4140c1774f002983a6d182bf3e" dependencies = [ "accelerate-src", "candle-core", diff --git a/Cargo.toml b/Cargo.toml index dbcbdd608..a116c0da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ license = "MIT" [workspace.dependencies] anyhow = "1.0.80" -candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "6be03dd" } -candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "6be03dd" } +candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "cb8082b" } +candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "cb8082b" } serde = "1.0.197" serde_json = "1.0.114" indexmap = { version = "2.2.5", features = ["serde"] } diff --git a/mistralrs-core/Cargo.toml b/mistralrs-core/Cargo.toml index e4efcf557..c6f184bcb 100644 --- a/mistralrs-core/Cargo.toml +++ b/mistralrs-core/Cargo.toml @@ -17,7 +17,7 @@ candle-core.workspace = true candle-nn.workspace = true serde.workspace = true serde_json.workspace = true -candle-flash-attn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "6be03dd", optional = true } +candle-flash-attn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "cb8082b", optional = true } dirs = "5.0.1" hf-hub = "0.3.2" thiserror = "1.0.57"