update llama.cpp submodule to c29af7e (#2868)

This commit is contained in:
Jeffrey Morgan
2024-03-01 15:26:04 -08:00
committed by GitHub
parent 3b4bab3dc5
commit 21347e1ed6
4 changed files with 24 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
diff --git a/examples/server/server.cpp b/examples/server/server.cpp
index d86d7e04..2694e92e 100644
index 2b2f4a0f..afac49af 100644
--- a/examples/server/server.cpp
+++ b/examples/server/server.cpp
@@ -901,13 +901,15 @@ struct llama_server_context
slot.sent_count += result.text_to_send.size();
@@ -997,13 +997,15 @@ struct llama_server_context
slot.n_sent_text += result.text_to_send.size();
// add the token to slot queue and cache
}
- slot.add_token_string(result);