Cargo Features
[dependencies]
candle_embed = { version = "0.1.4", default-features = false, features = ["cuda"] }
- default = cuda
-
The
cuda
feature is set by default whenevercandle_embed
is added without
somewhere in the dependency tree.default-features = false - 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.