Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/cpp/llama-cpp/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

LLAMA_VERSION?=52ab19df633f3de5d4db171a16f2d9edd2342fec
LLAMA_VERSION?=0e1ccf15c7b6d05c720551b537857ecf6194d420
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp

CMAKE_ARGS?=
Expand Down
3 changes: 0 additions & 3 deletions backend/cpp/llama-cpp/grpc-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ static void start_llama_server(server_context& ctx_server) {
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}

ctx_server.init();
//state.store(SERVER_STATE_READY);

LOG_INF("%s: model loaded\n", __func__);

// print sample chat example to make it clear which template is used
Expand Down
Loading