Cargo Features
[dependencies]
llama_cpp_low = { version = "0.3.14", default-features = false, features = ["cuda"] }
- default = cuda
-
The
cuda
feature is set by default wheneverllama_cpp_low
is added without
somewhere in the dependency tree.default-features = false - cuda default
llama_cpp_low has 2 features without comments.