Cargo Features

[dependencies]
burn-candle = { version = "0.21.0", default-features = false, features = ["std", "tracing", "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
tracing

Enables tracing of burn-backend and burn-std

burn-std:

For rand utils and stub mutex

cuda

Enables cuda of candle-core

metal

Enables metal of candle-core

accelerate

Enables accelerate of candle-core

doc = default