remove trailing whitespace
This commit is contained in:
parent
bec44ebdbc
commit
7cec8c8b15
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue