From 895bf0ebd39d1ecdc40323d415ac40b897914927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:49:30 +0000 Subject: [PATCH] build(deps): bump candle-core in /native/candlex Bumps [candle-core](https://github.com/huggingface/candle) from `6a446d9` to `9699608`. - [Commits](https://github.com/huggingface/candle/compare/6a446d9d73da64daea4dc75e9b57dba78d4180fb...969960847ac7fd4959e8718d1355abb1f9f4385d) --- updated-dependencies: - dependency-name: candle-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/candlex/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/candlex/Cargo.lock b/native/candlex/Cargo.lock index fd8c258..c5642eb 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -100,7 +100,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "candle-core" version = "0.3.0" -source = "git+https://github.com/huggingface/candle#6a446d9d73da64daea4dc75e9b57dba78d4180fb" +source = "git+https://github.com/huggingface/candle#969960847ac7fd4959e8718d1355abb1f9f4385d" dependencies = [ "byteorder", "candle-kernels", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.3.0" -source = "git+https://github.com/huggingface/candle#6a446d9d73da64daea4dc75e9b57dba78d4180fb" +source = "git+https://github.com/huggingface/candle#969960847ac7fd4959e8718d1355abb1f9f4385d" dependencies = [ "anyhow", "glob",