mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 04:00:16 +00:00
cleaned up whitespace
This commit is contained in:
parent
3dd73ca662
commit
1ff1aa722a
@ -2475,6 +2475,7 @@ int main(int argc, char ** argv) {
|
||||
#endif
|
||||
|
||||
std::atomic<server_state> state{SERVER_STATE_LOADING_MODEL};
|
||||
|
||||
svr->set_default_headers({{"Server", "llama.cpp"}});
|
||||
|
||||
// CORS preflight
|
||||
|
Loading…
Reference in New Issue
Block a user