server : print the samplers chain for each request (#17070)
This commit is contained in:
parent
5c9a18e674
commit
8c0d6bb455
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue