Cargo Features
[dependencies]
burn-candle = { version = "0.21.0", default-features = false, features = ["std", "tracing", "cuda", "metal", "accelerate", "doc"] }
- default doc? = std
-
The
stdfeature is set by default wheneverburn-candleis added withoutsomewhere in the dependency tree.default-features = false - 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