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 and candle-nn

metal

Enables metal of candle-core and candle-nn

flash-attn = cuda

Enables candle-flash-attn

Moshi has 3 features without comments.