Cargo Features
[dependencies]
zyx-torch = { version = "0.1.1", default-features = false, features = ["std", "download-libtorch"] }
- default = std
-
The
std
feature is set by default wheneverzyx-torch
is added without
somewhere in the dependency tree.default-features = false - std default
- download-libtorch
-
Enables download-libtorch of tch ^0.15.0
zyx-torch has 3 features without comments.