mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
Keep header
This commit is contained in:
parent
c15e91a65b
commit
1f536c5ed7
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
// llama.cpp gRPC C++ backend server
|
||||
//
|
||||
// Ettore Di Giacinto <mudler@localai.io> 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue