From 577bdbd357662564b1c8cee8d3e3dd45caf73b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:11:38 -0300 Subject: [PATCH] build(deps): bump candle-core from 0.5.1 to 0.6.0 in /native/candlex (#183) Bumps [candle-core](https://github.com/huggingface/candle) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md) - [Commits](https://github.com/huggingface/candle/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: candle-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- native/candlex/Cargo.lock | 12 ++++++------ native/candlex/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/native/candlex/Cargo.lock b/native/candlex/Cargo.lock index 7ab31ae..382019c 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -86,9 +86,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "candle-core" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "311d8dbe293aa3b5c34f6a57727fafd67d17a74fa8b65276501237c233b34ffd" +checksum = "d5b18de020c2729dbf7ac390325312644808b6ba9b7962f1f724e9185b1d53c7" dependencies = [ "byteorder", "candle-kernels", @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "candle-kernels" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3b4b048ca298fb8be90b0f4d0fe68bdca9de956ab52bb6e381463d955f2b661" +checksum = "8bc0a71be8b2f0950b63fd602a5e10a74a4f94a5fd63059ae455e96163389488" dependencies = [ "bindgen_cuda", ] @@ -182,9 +182,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "cudarc" -version = "0.11.1" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c415f24c56f0bd4e0568e3ceea0bae6e5a1a96bda8ac177d0b6d7fcc7fa8de7a" +checksum = "89df33b4eb35d6d3f19ce8015fda23079131afef42cf6ede03e961ab8aeb29af" dependencies = [ "half", "libloading", diff --git a/native/candlex/Cargo.toml b/native/candlex/Cargo.toml index 582ce77..a01bf94 100644 --- a/native/candlex/Cargo.toml +++ b/native/candlex/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" crate-type = ["cdylib"] [dependencies] -candle-core = "0.5.1" +candle-core = "0.6.0" half = "2.4.1" num-traits = "0.2.19" rustler = { version = "0.33.0", default-features = false, features = ["derive", "nif_version_2_16"] }