fix whitespace
This commit is contained in:
parent
0a9eb98ee0
commit
104abc6df2
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ struct server_context {
|
|||
model = nullptr;
|
||||
}
|
||||
|
||||
// Clear any sampling context
|
||||
// Clear any sampling context
|
||||
for (server_slot & slot : slots) {
|
||||
if (slot.ctx_sampling != nullptr) {
|
||||
llama_sampling_free(slot.ctx_sampling);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue