From 659457a43c29b2373d481b4c3f4bdc13758643fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 05:28:32 +0000 Subject: [PATCH] Bump candle-transformers from `be4f920` to `372c9cf` Bumps [candle-transformers](https://github.com/huggingface/candle) from `be4f920` to `372c9cf`. - [Commits](https://github.com/huggingface/candle/compare/be4f920f35b99af5919a86c0a2e08a78f3f63567...372c9cf6d08c94c6640a50fcafae30b2fc17d609) --- updated-dependencies: - dependency-name: candle-transformers dependency-version: 372c9cf6d08c94c6640a50fcafae30b2fc17d609 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 54 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b49a52..1ee0d5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -852,12 +852,12 @@ dependencies = [ [[package]] name = "candle-core" version = "0.9.1" -source = "git+https://github.com/huggingface/candle.git?branch=main#be4f920f35b99af5919a86c0a2e08a78f3f63567" +source = "git+https://github.com/huggingface/candle.git?branch=main#372c9cf6d08c94c6640a50fcafae30b2fc17d609" dependencies = [ "byteorder", "candle-kernels", - "cudarc", - "float8", + "cudarc 0.17.3", + "float8 0.4.2", "gemm 0.17.1", "half", "memmap2 0.9.7", @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "candle-flash-attn" version = "0.9.1" -source = "git+https://github.com/huggingface/candle.git?branch=main#be4f920f35b99af5919a86c0a2e08a78f3f63567" +source = "git+https://github.com/huggingface/candle.git?branch=main#372c9cf6d08c94c6640a50fcafae30b2fc17d609" dependencies = [ "anyhow", "bindgen_cuda", @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.9.1" -source = "git+https://github.com/huggingface/candle.git?branch=main#be4f920f35b99af5919a86c0a2e08a78f3f63567" +source = "git+https://github.com/huggingface/candle.git?branch=main#372c9cf6d08c94c6640a50fcafae30b2fc17d609" dependencies = [ "bindgen_cuda", ] @@ -896,10 +896,11 @@ dependencies = [ [[package]] name = "candle-nn" version = "0.9.1" -source = "git+https://github.com/huggingface/candle.git?branch=main#be4f920f35b99af5919a86c0a2e08a78f3f63567" +source = "git+https://github.com/huggingface/candle.git?branch=main#372c9cf6d08c94c6640a50fcafae30b2fc17d609" dependencies = [ "candle-core", "half", + "libc", "num-traits", "rayon", "safetensors", @@ -910,7 +911,7 @@ dependencies = [ [[package]] name = "candle-transformers" version = "0.9.1" -source = "git+https://github.com/huggingface/candle.git?branch=main#be4f920f35b99af5919a86c0a2e08a78f3f63567" +source = "git+https://github.com/huggingface/candle.git?branch=main#372c9cf6d08c94c6640a50fcafae30b2fc17d609" dependencies = [ "byteorder", "candle-core", @@ -1539,6 +1540,17 @@ dependencies = [ "libloading", ] +[[package]] +name = "cudarc" +version = "0.17.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72ba848ae5c6f3cb36e71eab5f268763e3fabcabe3f7bc683e16f7fa3d46281e" +dependencies = [ + "float8 0.3.0", + "half", + "libloading", +] + [[package]] name = "cursor-icon" version = "1.2.0" @@ -2169,10 +2181,20 @@ dependencies = [ [[package]] name = "float8" -version = "0.2.1" -source = "git+https://github.com/zackangelo/float8?branch=cudarc_0_16#03c1f5fe7cdb2f9cb690823fdd40593be57c408f" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f498aec3b227cd892ce18967f4033d9d397d28a80a7ab67e9f6b0176a79654e" +dependencies = [ + "half", +] + +[[package]] +name = "float8" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462" dependencies = [ - "cudarc", + "cudarc 0.17.3", "half", "num-traits", "rand 0.9.2", @@ -3877,7 +3899,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.53.3", + "windows-targets 0.48.5", ] [[package]] @@ -4466,7 +4488,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.106", @@ -5871,7 +5893,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6826,7 +6848,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix 1.0.8", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -7326,7 +7348,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14053653d0b7fa7b21015aa9a62edc8af2f60aa6f9c54e66386ecce55f22ed29" dependencies = [ - "cudarc", + "cudarc 0.16.6", "half", "serde", "thiserror 1.0.69", @@ -7982,7 +8004,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]