diff --git a/Cargo.lock b/Cargo.lock index 84d7a8b..8ba47dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2826,9 +2826,9 @@ dependencies = [ [[package]] name = "tch" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d3f84a069d8ba16dbf720b61e8bf131d90ffb8e958a664eae8e4993c5c2fa6f" +checksum = "975b1fb3b612ba925f03dd08b56e5c9452bb7102891d5d9f58c19b49a0b2ec1e" dependencies = [ "half", "lazy_static", @@ -3039,9 +3039,9 @@ dependencies = [ [[package]] name = "torch-sys" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ba78777379cf09aaa79708c63e477cf0f95e021d04360c6821f1a9f56173f7" +checksum = "5ae60ab95333c42adcc1a9e74057357e4324a1f344c403e48712a144ab731019" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index ff8155f..0280b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ clap = { version = "4.6", features = ["derive"] } reqwest = { version = "0.13", features = ["json"], optional = true } git2 = { version = "0.21", optional = true } # Git repo parsing postgres = { version = "0.19", features = ["with-uuid-1"], optional = true } -tch = { version = "0.24", optional = true } # PyTorch embeddings +tch = { version = "0.26", optional = true } # PyTorch embeddings [features] default = []