Cargo Features

[dependencies]
burn-candle = { version = "0.13.2", 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.4.1

metal

Enables metal of candle-core ^0.4.1

accelerate

Enables accelerate of candle-core ^0.4.1

doc = default

burn-candle has 6 features without comments.