Cargo Features

[dependencies]
candle_embed = { version = "0.1.4", default-features = false, features = ["cuda"] }
default = cuda

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

cuda default

Enables cuda and cudnn of candle-core, cuda of candle-nn

CandleEmbed has 2 features without comments.