remove trailing whitespace

This commit is contained in:
FSSRepo 2023-05-14 11:31:23 -06:00
parent bec44ebdbc
commit 7cec8c8b15
3 changed files with 4 additions and 4 deletions

View file

@ -158,4 +158,4 @@ The RNG seed is used to initialize the random number generator that influences t
## Limitations:
* The actual implementation of llama.cpp need a `llama-state` for support multiple contexts and clients.
* The context can't be reset during runtime.
* The context can't be reset during runtime.

View file

@ -613,7 +613,7 @@ int main(int argc, char ** argv) {
exit(1);
}
}
if (invalid_param)
{
fprintf(stderr, "error: invalid parameter for argument: %s\n", arg.c_str());
@ -791,4 +791,4 @@ int main(int argc, char ** argv) {
// change hostname and port
svr.listen(hostname, port);
}
}

View file

@ -8,7 +8,7 @@
This isn't the best way to do this.
Missing:
- Clean context (insert new prompt for change the behavior,
- Clean context (insert new prompt for change the behavior,
this implies clean kv cache and emb_inp in runtime)
- Release context (free memory) after shutdown the server