Update tch-rs to v0.7.0

This commit is contained in:
Anthony Wang 2022-03-18 15:47:51 -05:00
parent 6ed494aa46
commit 09548285ca
Signed by: a
GPG Key ID: BC96B00AEC5F2D76
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -411,9 +411,9 @@ dependencies = [
[[package]]
name = "tch"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b73f876b186599e22b01fa6ebfeea2dee2f11e8083463ab3572933d8201436b"
checksum = "15e6c0704189927be3a67fe8e28375ad2b41c43ad3b9a85c4298b27be64a208e"
dependencies = [
"half",
"lazy_static",
@ -457,9 +457,9 @@ dependencies = [
[[package]]
name = "torch-sys"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cc0f21b1aad5d71d529e9fe4dbbbdbf53918d7b4bde946f523839aa32cffae"
checksum = "553a2badb48b66ae5a6ba989923686fe1bbb3074cde50f11b16c76df78d65dfd"
dependencies = [
"anyhow",
"cc",

View File

@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
miniquad = "0.2.55"
tch = "0.6.1"
tch = "0.7.0"