mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Move back to 3900 for the context window to avoid melting local machines
This commit is contained in:
parent
fde2b942bc
commit
fee9f08ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue