mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-25 06:52:57 +00:00
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
|
mode: local
|
||||||
# Should be matching the selected model
|
# Should be matching the selected model
|
||||||
max_new_tokens: 512
|
max_new_tokens: 512
|
||||||
context_window: 32768
|
context_window: 3900
|
||||||
tokenizer: mistralai/Mistral-7B-Instruct-v0.2
|
tokenizer: mistralai/Mistral-7B-Instruct-v0.2
|
||||||
|
|
||||||
embedding:
|
embedding:
|
||||||
|
Loading…
Reference in New Issue
Block a user