diff --git a/Cargo.lock b/Cargo.lock index 8e7dd50a35..1ab82047bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,7 @@ checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "candle-core" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=76819e8#76819e867e6c8464485980677cf188d10e47213f" +source = "git+https://github.com/EricLBuehler/candle.git?rev=2002e7a#2002e7abbe7b84db61241eca8fbb876108202a79" dependencies = [ "accelerate-src", "byteorder", @@ -409,7 +409,7 @@ dependencies = [ [[package]] name = "candle-flash-attn" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=76819e8#76819e867e6c8464485980677cf188d10e47213f" +source = "git+https://github.com/EricLBuehler/candle.git?rev=2002e7a#2002e7abbe7b84db61241eca8fbb876108202a79" dependencies = [ "anyhow", "bindgen_cuda 0.1.5", @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "candle-flash-attn-v3" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=76819e8#76819e867e6c8464485980677cf188d10e47213f" +source = "git+https://github.com/EricLBuehler/candle.git?rev=2002e7a#2002e7abbe7b84db61241eca8fbb876108202a79" dependencies = [ "anyhow", "candle-core", @@ -453,7 +453,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=76819e8#76819e867e6c8464485980677cf188d10e47213f" +source = "git+https://github.com/EricLBuehler/candle.git?rev=2002e7a#2002e7abbe7b84db61241eca8fbb876108202a79" dependencies = [ "bindgen_cuda 0.1.5", ] @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "candle-metal-kernels" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=76819e8#76819e867e6c8464485980677cf188d10e47213f" +source = "git+https://github.com/EricLBuehler/candle.git?rev=2002e7a#2002e7abbe7b84db61241eca8fbb876108202a79" dependencies = [ "metal", "once_cell", @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "candle-nn" version = "0.8.0" -source = "git+https://github.com/EricLBuehler/candle.git?rev=76819e8#76819e867e6c8464485980677cf188d10e47213f" +source = "git+https://github.com/EricLBuehler/candle.git?rev=2002e7a#2002e7abbe7b84db61241eca8fbb876108202a79" dependencies = [ "accelerate-src", "candle-core", diff --git a/Cargo.toml b/Cargo.toml index 19c55d33c0..b125f72d6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ rust-version = "1.82" [workspace.dependencies] anyhow = "1.0.80" -candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "76819e8" } -candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "76819e8" } +candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "2002e7a" } +candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "2002e7a" } 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 94a6fd91b0..2c3b3fbc47 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 = "76819e8", optional = true } +candle-flash-attn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "2002e7a", optional = true } dirs = "5.0.1" hf-hub = { version = "0.3.3", package = "candle-hf-hub" } thiserror = "1.0.57" @@ -81,7 +81,7 @@ llguidance = { git = "https://github.com/microsoft/llguidance", rev = "cfef3df97 toktrie_hf_tokenizers = { git = "https://github.com/microsoft/llguidance", rev = "cfef3df97372a7b84d74976ff41cc9cb78bca6cc" } objc = { version = "0.2.7", optional = true } metal = { workspace = true, optional = true } -candle-flash-attn-v3 = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "76819e8", optional = true } +candle-flash-attn-v3 = { git = "https://github.com/EricLBuehler/candle.git", version = "0.8.0", rev = "2002e7a", optional = true } safetensors.workspace = true serde-big-array = "0.5.1" interprocess = "2.2.2"