Cargo Features

oxidized-transformers has no features set by default.

[dependencies]
oxidized-transformers = { version = "0.1.1", features = ["accelerate", "cuda", "cudnn", "metal"] }
accelerate

Enables accelerate of candle-core ^0.4 and candle-nn ^0.4

cuda

Enables cuda of candle-core ^0.4 and candle-nn ^0.4

cudnn

Enables cudnn of candle-core ^0.4

metal

Enables metal of candle-core ^0.4 and candle-nn ^0.4

oxidized-transformers has 4 features without comments.