diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-01-27 16:59:20 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2024-01-27 17:00:24 +0200 |
commit | 753eafed0ebd07af6903771327a1786a7c02cf98 (patch) | |
tree | 2d0cd9d527e4bb26c6eb47009e58217a2db04e77 /examples/server/utils.hpp | |
parent | e9764230054e01553bdead6f2bfd8e001869599d (diff) |
sync : ggml
Diffstat (limited to 'examples/server/utils.hpp')
-rw-r--r-- | examples/server/utils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/server/utils.hpp b/examples/server/utils.hpp index e2b6065f..70cce072 100644 --- a/examples/server/utils.hpp +++ b/examples/server/utils.hpp @@ -249,6 +249,7 @@ struct llama_server_queue { } // Start the main loop. This call is blocking + [[noreturn]] void start_loop() { while (true) { // new task arrived |