From 1f536c5ed703eeb7f74db1a952bd223e5c5773e5 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 16 May 2025 20:08:26 +0200 Subject: [PATCH] Keep header --- backend/cpp/llama/grpc-server.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/backend/cpp/llama/grpc-server.cpp b/backend/cpp/llama/grpc-server.cpp index 422a984e..cdf2ed75 100644 --- a/backend/cpp/llama/grpc-server.cpp +++ b/backend/cpp/llama/grpc-server.cpp @@ -1,3 +1,12 @@ +// llama.cpp gRPC C++ backend server +// +// Ettore Di Giacinto and llama.cpp authors +// +// This is a gRPC server for llama.cpp compatible with the LocalAI proto +// Note: this is a re-adaptation of the original llama.cpp example/server.cpp for HTTP (https://github.com/ggerganov/llama.cpp/tree/master/examples/server), +// but modified to work with gRPC +// + #include "utils.hpp" #include "arg.h"