We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0175f1a commit 2d08a75Copy full SHA for 2d08a75
projects/llamacpp/build.sh
@@ -24,7 +24,7 @@ sed -i 's/ggml_print_backtrace();//g' ./ggml/src/ggml.c
24
# Remove statefulness during fuzzing.
25
sed -i 's/static bool is_first_call/bool is_first_call/g' ./ggml/src/ggml.c
26
27
-UNAME_M=amd642 UNAME_p=amd642 LLAMA_NO_METAL=1 make -j$(nproc)
+UNAME_M=amd642 UNAME_p=amd642 LLAMA_NO_METAL=1 make -j$(nproc) llama-gguf llama-server
28
29
30
# Convert models into header files so we can use them for fuzzing.
0 commit comments