We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a29c1 commit 077a9a2Copy full SHA for 077a9a2
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tch"
3
-version = "0.7.1"
+version = "0.7.2"
4
authors = ["Laurent Mazare <lmazare@gmail.com>"]
5
edition = "2018"
6
@@ -17,7 +17,7 @@ libc = "0.2.0"
17
ndarray = "0.15"
18
rand = "0.8"
19
thiserror = "1"
20
-torch-sys = { version = "0.7.0", path = "torch-sys" }
+torch-sys = { version = "0.7.2", path = "torch-sys" }
21
zip = "0.5"
22
half = "1.6"
23
torch-sys/Cargo.toml
name = "torch-sys"
-version = "0.7.0"
build = "build.rs"
0 commit comments