From: Georgi Gerganov Date: Fri, 7 Nov 2025 10:24:47 +0000 (+0200) Subject: server : print the samplers chain for each request (#17070) X-Git-Tag: upstream/0.0.7011~39 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8c0d6bb4559e15f1236035a0465781c1345324e5;p=pkg%2Fggml%2Fsources%2Fllama.cpp server : print the samplers chain for each request (#17070) --- diff --git a/tools/server/server.cpp b/tools/server/server.cpp index 0e1a9afc..164e8cf4 100644 --- a/tools/server/server.cpp +++ b/tools/server/server.cpp @@ -2823,6 +2823,8 @@ struct server_context { send_error(task, "Failed to parse grammar", ERROR_TYPE_INVALID_REQUEST); return false; } + + SLT_INF(slot, "sampler chain: %s\n", common_sampler_print(slot.smpl).c_str()); } // initialize draft batch