From 06ac8c429f029021592831e67d95c74c55130b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:39:28 -0300 Subject: [PATCH] build(deps): bump candle-core in /native/candlex (#31) Bumps [candle-core](https://github.com/huggingface/candle) from `f4fcf60` to `9ab3f97`. - [Commits](https://github.com/huggingface/candle/compare/f4fcf6090045ac44122fd5f0a7e46db6e3e16528...9ab3f9729fc1444687578a9dc913760b0d8d9963) --- updated-dependencies: - dependency-name: candle-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 375b8f9..1f9fe5c 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -100,7 +100,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "candle-core" version = "0.3.1" -source = "git+https://github.com/huggingface/candle#f4fcf6090045ac44122fd5f0a7e46db6e3e16528" +source = "git+https://github.com/huggingface/candle#9ab3f9729fc1444687578a9dc913760b0d8d9963" dependencies = [ "byteorder", "candle-kernels", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.3.1" -source = "git+https://github.com/huggingface/candle#f4fcf6090045ac44122fd5f0a7e46db6e3e16528" +source = "git+https://github.com/huggingface/candle#9ab3f9729fc1444687578a9dc913760b0d8d9963" dependencies = [ "anyhow", "glob",