Skip to content

Commit fc6057a

Browse files
authored
chore(deps): bump llama.cpp to '0e1ccf15c7b6d05c720551b537857ecf6194d420' (#7684)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 8b3e0eb commit fc6057a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

backend/cpp/llama-cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
LLAMA_VERSION?=52ab19df633f3de5d4db171a16f2d9edd2342fec
2+
LLAMA_VERSION?=0e1ccf15c7b6d05c720551b537857ecf6194d420
33
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
44

55
CMAKE_ARGS?=

backend/cpp/llama-cpp/grpc-server.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ static void start_llama_server(server_context& ctx_server) {
7878
std::this_thread::sleep_for(std::chrono::milliseconds(100));
7979
}
8080

81-
ctx_server.init();
82-
//state.store(SERVER_STATE_READY);
83-
8481
LOG_INF("%s: model loaded\n", __func__);
8582

8683
// print sample chat example to make it clear which template is used

0 commit comments

Comments
 (0)