From d8cc0670ff757f06f5e42c947953a3e1ed099abe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:08:25 +0000 Subject: [PATCH] fix(deps): update rust crate tch to 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea10309..9878d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "pancakellm" path = "src/lib.rs" [dependencies] -tch = "0.17.0" +tch = "0.18.0" tokenizers = "0.20.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"