Move back to 3900 for the context window to avoid melting local machines
This commit is contained in:
parent
fde2b942bc
commit
fee9f08ef3
|
@ -36,7 +36,7 @@ llm:
|
|||
mode: local
|
||||
# Should be matching the selected model
|
||||
max_new_tokens: 512
|
||||
context_window: 32768
|
||||
context_window: 3900
|
||||
tokenizer: mistralai/Mistral-7B-Instruct-v0.2
|
||||
|
||||
embedding:
|
||||
|
|
Loading…
Reference in New Issue