From 7c0bdd00e44dd34c4fca0bb66ad02e660e6421db Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Mon, 3 Jun 2024 09:48:46 +0300 Subject: [PATCH] spec: Enable RPC server Link: https://github.com/ggerganov/llama.cpp/blob/master/examples/rpc/README.md Signed-off-by: Vitaly Chikunov --- .gear/llama.cpp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/.gear/llama.cpp.spec b/.gear/llama.cpp.spec index 4d8ddfffb..1f73a6167 100644 --- a/.gear/llama.cpp.spec +++ b/.gear/llama.cpp.spec @@ -80,6 +80,7 @@ EOF -DLLAMA_BLAS=ON \ -DLLAMA_BLAS_VENDOR=OpenBLAS \ -DLLAMA_CURL=ON \ + -DLLAMA_RPC=ON \ %nil grep ^LLAMA %_cmake__builddir/CMakeCache.txt | sort | tee build-options.txt %cmake_build