From d65f88144271e97f7fd3615f41ac88b299b8080c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:10:27 -0300 Subject: [PATCH] build(deps): bump candle-core in /native/candlex (#126) Bumps [candle-core](https://github.com/huggingface/candle) from `a83ca2e` to `cdc3823`. - [Commits](https://github.com/huggingface/candle/compare/a83ca2ece05269ad3afd7744e7a5145de891705e...cdc3823d8fd71c5cc8aed3bef1f70291b81d6e8a) --- 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 0f56c5a..962f2f4 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -78,7 +78,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "candle-core" version = "0.4.0" -source = "git+https://github.com/huggingface/candle#a83ca2ece05269ad3afd7744e7a5145de891705e" +source = "git+https://github.com/huggingface/candle#cdc3823d8fd71c5cc8aed3bef1f70291b81d6e8a" dependencies = [ "byteorder", "candle-kernels", @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.4.0" -source = "git+https://github.com/huggingface/candle#a83ca2ece05269ad3afd7744e7a5145de891705e" +source = "git+https://github.com/huggingface/candle#cdc3823d8fd71c5cc8aed3bef1f70291b81d6e8a" dependencies = [ "bindgen_cuda", ]