remove trailing white-space
This commit is contained in:
parent
d793897a03
commit
8a136017f0
1 changed files with 1 additions and 1 deletions
|
@ -1506,7 +1506,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
const json data = format_tokenizer_response(tokens);
|
const json data = format_tokenizer_response(tokens);
|
||||||
return res.set_content(data.dump(), "application/json"); });
|
return res.set_content(data.dump(), "application/json"); });
|
||||||
|
|
||||||
svr.Post("/detokenize", [&llama](const Request &req, Response &res)
|
svr.Post("/detokenize", [&llama](const Request &req, Response &res)
|
||||||
{
|
{
|
||||||
auto lock = llama.lock();
|
auto lock = llama.lock();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue