Cargo Features

Moshi has no features set by default.

[dependencies]
moshi = { version = "0.2.4", features = ["cuda", "metal", "flash-attn"] }
cuda flash-attn?

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

metal

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

flash-attn = cuda

Enables candle-flash-attn ^0.7.2

Moshi has 3 features without comments.