make tab into spaces

This commit is contained in:
Steve Grubb 2024-05-10 22:45:48 -04:00
parent ce9c5aebea
commit 820fe7e667

View file

@ -674,7 +674,7 @@ struct server_context {
model = nullptr;
}
llama_batch_free(batch);
llama_batch_free(batch);
}
bool load_model(const gpt_params & params_) {