Cargo Features

EmbedAnything has no features set by default.

[dependencies]
embed_anything = { version = "0.4.16", features = ["mkl", "accelerate", "cuda", "cudnn", "load-dynamic", "flash-attn", "metal"] }
mkl

Enables mkl of candle-core, candle-nn, and candle-transformers and intel-mkl-src

Optional Dependency

accelerate

Enables accelerate-src, accelerate of candle-core, candle-nn, and candle-transformers

cuda flash-attn?

Enables cuda of candle-core, candle-nn, and candle-transformers

cudnn

Enables cudnn of candle-core

load-dynamic

Enables ort

flash-attn = cuda

Enables candle-flash-attn, flash-attn of candle-transformers

metal

Enables metal of candle-core and candle-nn