Cargo Features

[dependencies]
rai-opt = { version = "0.11.0", default-features = false, features = ["candle-backend", "cuda", "cudnn", "mkl", "accelerate", "metal"] }
default = candle-backend

The candle-backend feature is set by default whenever rai-opt is added without default-features = false somewhere in the dependency tree.

candle-backend default

Enables candle-backend of rai-core

cuda

Enables cuda of rai-core

cudnn

Enables cudnn of rai-core

mkl

Enables mkl of rai-core

accelerate

Enables accelerate of rai-core

metal

Enables metal of rai-core

rai-opt has 7 features without comments.