Skip to content

Commit

Permalink
ci: fix llama-server build
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jul 3, 2024
1 parent 7b048c2 commit 34799a5
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 @@ -22,7 +22,7 @@ fn main() {
println!("cargo:rustc-link-lib=framework=MetalKit");
}
if cfg!(feature = "cuda") {
config.define("LLAMA_CUBLAS", "ON");
config.define("GGML_CUDA", "ON");
config.define("CMAKE_POSITION_INDEPENDENT_CODE", "ON");
}
if cfg!(feature = "rocm") {
Expand Down

0 comments on commit 34799a5

Please sign in to comment.