diff --git a/Cargo.toml b/Cargo.toml index d912c66..a2e7ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,9 +52,11 @@ predicates = "3" [features] default = [] -cuda = ["llama-cpp-2/cuda"] -metal = ["llama-cpp-2/metal"] -vulkan = ["llama-cpp-2/vulkan"] +# These features are platform specific and break build if SDKs are missing +# cuda = ["llama-cpp-2/cuda"] +# metal = ["llama-cpp-2/metal"] +# vulkan = ["llama-cpp-2/vulkan"] + [profile.release] lto = true