Skip to content

Commit 8c0d6bb

Browse files
authored
server : print the samplers chain for each request (#17070)
1 parent 5c9a18e commit 8c0d6bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/server/server.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2823,6 +2823,8 @@ struct server_context {
28232823
send_error(task, "Failed to parse grammar", ERROR_TYPE_INVALID_REQUEST);
28242824
return false;
28252825
}
2826+
2827+
SLT_INF(slot, "sampler chain: %s\n", common_sampler_print(slot.smpl).c_str());
28262828
}
28272829

28282830
// initialize draft batch

0 commit comments

Comments
 (0)