Skip to content

Commit

Permalink
tch 0.7.2 update (#256)
Browse files Browse the repository at this point in the history
* Fixed Clippy warnings

* Revert "Shallow clone optimization (#243)"

This reverts commit ba58465.

* - Updated `tch` backed version

* reverted spurious xlnet changes
  • Loading branch information
guillaume-be committed May 19, 2022
1 parent 3df5ea5 commit 6556ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ features = ["doc-only"]

[dependencies]
rust_tokenizers = "~7.0.2"
tch = "~0.7.0"
tch = "~0.7.2"
serde_json = "1.0.79"
serde = { version = "1.0.136", features = ["derive"] }
ordered-float = "2.10.0"
Expand All @@ -81,6 +81,6 @@ anyhow = "1.0.56"
csv = "1.1.6"
criterion = "0.3.5"
tokio = { version = "1.17.0", features = ["sync", "rt-multi-thread", "macros"] }
torch-sys = "~0.7.0"
torch-sys = "~0.7.2"
tempfile = "3.3.0"
itertools = "0.10.3"

0 comments on commit 6556ee3

Please sign in to comment.