Cargo Features

[dependencies]
burn-candle = { version = "0.15.0", default-features = false, features = ["std", "cuda", "metal", "accelerate", "doc"] }
default doc? = std

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

std default
cuda

Enables cuda of candle-core ^0.6.0

metal

Enables metal of candle-core ^0.6.0

accelerate

Enables accelerate of candle-core ^0.6.0

doc = default

burn-candle has 6 features without comments.