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 whenever zyx-torch is added without default-features = false somewhere in the dependency tree.

std default

Enables std of zyx-core

download-libtorch

Enables download-libtorch of tch ^0.15.0

zyx-torch has 3 features without comments.