mirror of
https://github.com/zebrajr/localGPT.git
synced 2025-12-06 00:20:19 +01:00
Restore context windows size to 8096 tokens
This commit is contained in:
parent
51eb664c43
commit
c3620d972b
|
|
@ -29,7 +29,7 @@ CHROMA_SETTINGS = Settings(
|
|||
)
|
||||
|
||||
# Context Window and Max New Tokens
|
||||
CONTEXT_WINDOW_SIZE = 2048
|
||||
CONTEXT_WINDOW_SIZE = 8096
|
||||
MAX_NEW_TOKENS = CONTEXT_WINDOW_SIZE # int(CONTEXT_WINDOW_SIZE/4)
|
||||
|
||||
#### If you get a "not enough space in the buffer" error, you should reduce the values below, start with half of the original values and keep halving the value until the error stops appearing
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user