Cargo Features

[dependencies]
llm-daemon = { version = "0.5.8", default-features = false, features = ["llama-daemon", "cuda"] }
default = llama-daemon

The llama-daemon feature is set by default whenever llm-daemon is added without default-features = false somewhere in the dependency tree.

llama-daemon default
cuda

Enables cuda of llama_cpp_low

LlmDaemon has 3 features without comments.