The answers are unfortunately relatively short, how can you increase the max_new_tokens value? #395
Unanswered
Crimsonfart
asked this question in
Q&A
Replies: 1 comment
|
Ingest does not appear to use MODEL_N_CTX or the main model, so it should not cause a conflict. |
0 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.
The answers are unfortunately relatively short, how can you increase the max_new_tokens value?
Bonus question: I am using a Llama.cpp model (Vicuna13b) is it correct that I set the .env value to MODEL_N_CTX=2048 or should I use 1000 because of the other model (ingest model)?
All reactions