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