Cargo Features

drama_llama has no features set by default.

[dependencies]
drama_llama = { version = "0.3.1", features = ["webchat", "toml", "cli", "serde", "stats", "cuda", "cuda_f16"] }
webchat = serde, toml

Enables dirs, markdown =1.0.0-alpha.16, and rocket

Required by dittomancer and regurgitater binaries

toml webchat?

Enables toml

cli

Enables clap

Affects drama_llama::cli

Required by dittomancer and regurgitater binaries

serde webchat?

we use rocket's serde support

Enables rocket, serde of tinyvec

stats

Enables stringmetrics

Required by the regurgitater binary

cuda

Enables cuda of llama-cpp-sys-3

cuda_f16

Enables cuda_f16 of llama-cpp-sys-3