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 wheneverllm-daemon
is added without
somewhere in the dependency tree.default-features = false - llama-daemon default
- cuda
-
Enables cuda of llama_cpp_low
LlmDaemon has 3 features without comments.