Skip to content

Commit 2d08a75

Browse files
llamacpp: simplify build (#12308)
To enable fuzz introspector Signed-off-by: David Korczynski <[email protected]>
1 parent 0175f1a commit 2d08a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/llamacpp/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sed -i 's/ggml_print_backtrace();//g' ./ggml/src/ggml.c
2424
# Remove statefulness during fuzzing.
2525
sed -i 's/static bool is_first_call/bool is_first_call/g' ./ggml/src/ggml.c
2626

27-
UNAME_M=amd642 UNAME_p=amd642 LLAMA_NO_METAL=1 make -j$(nproc)
27+
UNAME_M=amd642 UNAME_p=amd642 LLAMA_NO_METAL=1 make -j$(nproc) llama-gguf llama-server
2828

2929

3030
# Convert models into header files so we can use them for fuzzing.

0 commit comments

Comments
 (0)