From fd21e30d0686ad5e5a975a0c121042e1ce6165c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:00:25 -0300 Subject: [PATCH] build(deps): bump candle-core in /native/candlex (#38) Bumps [candle-core](https://github.com/huggingface/candle) from `f49bf6a` to `c7e613a`. - [Commits](https://github.com/huggingface/candle/compare/f49bf6a81dca20b4b684e9b6e4fdec868fb53c45...c7e613ab5efd46934eddbc16f18aeea4dab4366a) --- 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 1785f10..8ea7256 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#f49bf6a81dca20b4b684e9b6e4fdec868fb53c45" +source = "git+https://github.com/huggingface/candle#c7e613ab5efd46934eddbc16f18aeea4dab4366a" dependencies = [ "byteorder", "candle-kernels", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.3.1" -source = "git+https://github.com/huggingface/candle#f49bf6a81dca20b4b684e9b6e4fdec868fb53c45" +source = "git+https://github.com/huggingface/candle#c7e613ab5efd46934eddbc16f18aeea4dab4366a" dependencies = [ "anyhow", "glob",