Skip to content

Commit

Permalink
fix(deps): update rust crate tch to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent ba5b577 commit d8cc067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d8cc067

Please sign in to comment.