make tab into spaces
This commit is contained in:
parent
ce9c5aebea
commit
820fe7e667
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ struct server_context {
|
|||
model = nullptr;
|
||||
}
|
||||
|
||||
llama_batch_free(batch);
|
||||
llama_batch_free(batch);
|
||||
}
|
||||
|
||||
bool load_model(const gpt_params & params_) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue