From bdb4484259c311b69a7149ee67db44c409bcbc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:08:01 -0400 Subject: [PATCH] chore(deps): bump tch from 0.14.0 to 0.24.0 in /v2 (#482) Bumps [tch](https://github.com/LaurentMazare/tch-rs) from 0.14.0 to 0.24.0. - [Release notes](https://github.com/LaurentMazare/tch-rs/releases) - [Changelog](https://github.com/LaurentMazare/tch-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LaurentMazare/tch-rs/commits) --- updated-dependencies: - dependency-name: tch dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- v2/Cargo.lock | 10 +++++----- v2/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v2/Cargo.lock b/v2/Cargo.lock index c38e0987..407af4a0 100644 --- a/v2/Cargo.lock +++ b/v2/Cargo.lock @@ -7124,14 +7124,14 @@ dependencies = [ [[package]] name = "tch" -version = "0.14.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ed5dddab3812892bf5fb567136e372ea49f31672931e21cec967ca68aec03da" +checksum = "0d3f84a069d8ba16dbf720b61e8bf131d90ffb8e958a664eae8e4993c5c2fa6f" dependencies = [ "half", "lazy_static", "libc", - "ndarray 0.15.6", + "ndarray 0.16.1", "rand 0.8.5", "safetensors 0.3.3", "thiserror 1.0.69", @@ -7525,9 +7525,9 @@ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" [[package]] name = "torch-sys" -version = "0.14.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "803446f89fb877a117503dbfb8375b6a29fa8b0e0f44810fac3863c798ecef22" +checksum = "f4ba78777379cf09aaa79708c63e477cf0f95e021d04360c6821f1a9f56173f7" dependencies = [ "anyhow", "cc", diff --git a/v2/Cargo.toml b/v2/Cargo.toml index 4afe4af1..b7a69693 100644 --- a/v2/Cargo.toml +++ b/v2/Cargo.toml @@ -63,7 +63,7 @@ num-complex = "0.4" num-traits = "0.2" # Neural network -tch = "0.14" +tch = "0.24" ort = { version = "2.0.0-rc.11" } candle-core = "0.4" candle-nn = "0.4"