From fba75d3261db6d2d87fb5f5ccee4b69dda6f6ea1 Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Wed, 27 Nov 2024 09:27:02 -0500 Subject: [PATCH] Revert back to tch 0.15.0 (#2554) * Revert back to tch 0.15.0 * Update url dep (2.5.3 yanked) --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c66f6ce8a7..381b15a512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7433,9 +7433,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tch" -version = "0.18.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139aa58f0189998a9674f8617b60e054226d98d541e444cd7db5ed986fcc35f" +checksum = "7c7cb00bc2770454b515388d45be7097a3ded2eca172f3dcdb7ca4cc06c40bf1" dependencies = [ "half", "lazy_static", @@ -7787,9 +7787,9 @@ dependencies = [ [[package]] name = "torch-sys" -version = "0.18.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c787d00c8e04c9d37db6c4f0048f52820906ee7c42de5bae68a844fa8242fea" +checksum = "29e0244e5b148a31dd7fe961165037d1927754d024095c1013937532d7e73a22" dependencies = [ "anyhow", "cc", @@ -8112,9 +8112,9 @@ dependencies = [ [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index a64240405d..5c29707122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ libc = "0.2.165" nvml-wrapper = "0.10.0" sysinfo = "0.32.1" systemstat = "0.2.3" -tch = "0.18.0" +tch = "0.15.0" ahash = { version = "0.8.11", default-features = false } portable-atomic-util = { version = "0.2.4", features = ["alloc"] }