remove unused generate patches (#1810)

This commit is contained in:
Bruce MacDonald
2024-01-05 11:25:45 -05:00
committed by GitHub
parent 46edbbc518
commit 3367b5f3df
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
init_vars() {
LLAMACPP_DIR=../llama.cpp
PATCHES="0001-Expose-callable-API-for-server.patch"
CMAKE_DEFS=""
CMAKE_TARGETS="--target ggml --target ggml_static --target llama --target build_info --target common --target ext_server --target llava_static"
if echo "${CGO_CFLAGS}" | grep -- '-g' >/dev/null; then