From 2c1075d1ce97167d1a5fd6220bd0d1a815bdd34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:51:48 +0000 Subject: [PATCH] chore(deps): bump candle-core from 0.8.4 to 0.9.1 Bumps [candle-core](https://github.com/huggingface/candle) from 0.8.4 to 0.9.1. - [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md) - [Commits](https://github.com/huggingface/candle/compare/0.8.4...0.9.1) --- updated-dependencies: - dependency-name: candle-core dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 51 +++++++++++++++++++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f106012a..c2ba7811 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,7 +1004,29 @@ dependencies = [ "rayon", "safetensors", "thiserror 1.0.69", - "ug", + "ug 0.1.0", + "yoke 0.7.5", + "zip", +] + +[[package]] +name = "candle-core" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9f51e2ecf6efe9737af8f993433c839f956d2b6ed4fd2dd4a7c6d8b0fa667ff" +dependencies = [ + "byteorder", + "gemm 0.17.1", + "half", + "memmap2", + "num-traits", + "num_cpus", + "rand 0.9.2", + "rand_distr 0.5.1", + "rayon", + "safetensors", + "thiserror 1.0.69", + "ug 0.4.0", "yoke 0.7.5", "zip", ] @@ -1015,7 +1037,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be1160c3b63f47d40d91110a3e1e1e566ae38edddbbf492a60b40ffc3bc1ff38" dependencies = [ - "candle-core", + "candle-core 0.8.4", "half", "num-traits", "rayon", @@ -1031,7 +1053,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94a0900d49f8605e0e7e6693a1f560e6271279de98e5fa369e7abf3aac245020" dependencies = [ "byteorder", - "candle-core", + "candle-core 0.8.4", "candle-nn", "fancy-regex", "num-traits", @@ -7554,7 +7576,7 @@ dependencies = [ "arrow-array", "arrow-schema", "async-trait", - "candle-core", + "candle-core 0.9.1", "candle-nn", "candle-transformers", "chrono", @@ -8142,6 +8164,27 @@ dependencies = [ "yoke 0.7.5", ] +[[package]] +name = "ug" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3" +dependencies = [ + "gemm 0.18.2", + "half", + "libloading", + "memmap2", + "num", + "num-traits", + "num_cpus", + "rayon", + "safetensors", + "serde", + "thiserror 1.0.69", + "tracing", + "yoke 0.7.5", +] + [[package]] name = "ulid" version = "1.2.1" diff --git a/Cargo.toml b/Cargo.toml index f4eaf5d5..149fc6a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ surrealdb = { version = "2", default-features = false, features = ["kv-mem", "kv sled = "0.34" # AI Inference -candle-core = "0.8.0" +candle-core = "0.9.1" candle-nn = "0.8.0" candle-transformers = "0.8.0"