Skip to content

Commit

Permalink
WIP: test build vulkan with legacy flag and new linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zwpaper committed Nov 22, 2024
1 parent 5f3b920 commit 7222dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llama-cpp-server/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn main() {
config.define("AMDGPU_TARGETS", amd_gpu_targets.join(";"));
}
if cfg!(feature = "vulkan") {
config.define("GGML_VULKAN", "ON");
config.define("LLAMA_VULKAN", "ON");
}

let out = config.build();
Expand Down

0 comments on commit 7222dcd

Please sign in to comment.