Cargo Features
[dependencies]
evlib = { version = "0.1.45", default-features = false, features = ["python", "cuda", "metal"] }
- default = python
-
The
python
feature is set by default wheneverevlib
is added without
somewhere in the dependency tree.default-features = false - python default
-
Affects
ev_augmentation::python
,ev_formats::python
,ev_representations::python
,ev_visualization::python
… - cuda
-
Enables cuda of candle-core
Torch-style tensor ops (via Candle)
- metal
-
Enables metal of candle-core