mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
phrasing
This commit is contained in:
parent
b8c0df04aa
commit
4bf5698276
1 changed files with 2 additions and 2 deletions
|
@ -3535,7 +3535,7 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
|
||||||
|
|
||||||
if (!evalres)
|
if (!evalres)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "\nFailed to predict at %d! Check your context buffer sizes!\n",n_past);
|
fprintf(stderr, "\nFailed to predict at token position %d! Check your context buffer sizes!\n",n_past);
|
||||||
output.text = nullptr;
|
output.text = nullptr;
|
||||||
output.status = 0;
|
output.status = 0;
|
||||||
output.prompt_tokens = output.completion_tokens = 0;
|
output.prompt_tokens = output.completion_tokens = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue