Cargo Features

[dependencies]
evlib = { version = "0.1.45", default-features = false, features = ["python", "cuda", "metal"] }
default = python

The python feature is set by default whenever evlib is added without default-features = false somewhere in the dependency tree.

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