Fix the build error on Macbook
This commit is contained in:
parent
9f4505a0c6
commit
9d641b0d36
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ int main(int argc, char ** argv) {
|
|||
}
|
||||
});
|
||||
|
||||
printf("llama.cpp HTTP Server Listening at http://%s:%i", hostname, port);
|
||||
printf("llama.cpp HTTP Server Listening at http://%s:%i", hostname.c_str(), port);
|
||||
|
||||
// change hostname and port
|
||||
svr.listen(hostname, port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue