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 ^0.5.0, cuda of candle-nn ^0.5.0

CandleEmbed has 2 features without comments.