mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
fix: update vulkan build args
This commit is contained in:
parent
0e89f0ba4f
commit
b1082c1ff6
@ -57,7 +57,7 @@ fn main() {
|
||||
config.define("AMDGPU_TARGETS", amd_gpu_targets.join(";"));
|
||||
}
|
||||
if cfg!(feature = "vulkan") {
|
||||
config.define("LLAMA_VULKAN", "ON");
|
||||
config.define("GGML_VULKAN", "ON");
|
||||
}
|
||||
|
||||
let out = config.build();
|
||||
|
Loading…
Reference in New Issue
Block a user