Cargo Features

[dependencies]
llama_cpp_low = { version = "0.3.14", default-features = false, features = ["cuda"] }
default = cuda

The cuda feature is set by default whenever llama_cpp_low is added without default-features = false somewhere in the dependency tree.

cuda default

llama_cpp_low has 2 features without comments.