diff --git a/Cargo.toml b/Cargo.toml index d0f0b807..a148bcbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ features = ["doc-only"] [dependencies] rust_tokenizers = "8.1.1" -tch = { version = "0.17.0", features = ["download-libtorch"] } +tch = { version = "0.20.0", features = ["download-libtorch"] } serde_json = "1" serde = { version = "1", features = ["derive"] } ordered-float = "4.2.0"