Replies: 2 comments 3 replies
|
Had my answer...Dum me :( |
0 replies
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello
I have strange problem, I asked for a long task, but even if I add size to the context, start with 16K no at 64K I have this message : HTTP 400: {"error":{"code":400,"message":"request (65561 tokens) exceeds the available context size (65536 tokens), try increasing it","type":"exceed_context_size_error","n_prompt_tokens":65561,"n_ctx":65536}}
I understand I ask a "big" update on the code, but the context sent seems not to be compacted. Perhaps it is I wanted, but, if yes, on a bunch of big code, it will not be usable.
I'm looking on the llam.cpp side if problem is here, but I don't know...Or something I did wrong in OpenFox?
Regards.
Bruno
All reactions