Cargo Features

candle-pyo3 has no features set by default.

[dependencies]
candle-pyo3 = { version = "0.7.1", features = ["accelerate", "cuda", "mkl", "onnx"] }
accelerate

Enables accelerate-src, accelerate of candle-core ^0.7.1

cuda

Enables cuda of candle-core ^0.7.1

mkl

Enables intel-mkl-src, mkl of candle-core ^0.7.1

onnx

Enables candle-onnx ^0.7.1

candle-pyo3 has 4 features without comments.