Cargo Features
[dependencies]
babichjacob-llama-cpp-2 = { version = "0.1.85", default-features = false, features = ["cuda", "metal", "dynamic-link", "vulkan", "native", "openmp", "sampler"] }
- default = openmp
-
The
openmp
feature is set by default wheneverbabichjacob-llama-cpp-2
is added without
somewhere in the dependency tree.default-features = false - cuda
-
Enables cuda of babichjacob-llama-cpp-sys-2
- metal
-
Enables metal of babichjacob-llama-cpp-sys-2
- dynamic-link
-
Enables dynamic-link of babichjacob-llama-cpp-sys-2
- vulkan
-
Enables vulkan of babichjacob-llama-cpp-sys-2
- native
-
Enables native of babichjacob-llama-cpp-sys-2
- openmp default
-
Enables openmp of babichjacob-llama-cpp-sys-2
- sampler
babichjacob-llama-cpp-2 has 8 features without comments.