server : print the samplers chain for each request (#17070)

This commit is contained in:
Georgi Gerganov 2025-11-07 12:24:47 +02:00 committed by GitHub
parent 5c9a18e674
commit 8c0d6bb455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -2823,6 +2823,8 @@ struct server_context {
send_error(task, "Failed to parse grammar", ERROR_TYPE_INVALID_REQUEST); send_error(task, "Failed to parse grammar", ERROR_TYPE_INVALID_REQUEST);
return false; return false;
} }
SLT_INF(slot, "sampler chain: %s\n", common_sampler_print(slot.smpl).c_str());
} }
// initialize draft batch // initialize draft batch