mirror of
https://github.com/zebrajr/localGPT.git
synced 2025-12-06 12:20:53 +01:00
Merge pull request #832 from jxmai/patch-1
Restore context windows size to 8096 tokens in contants config
This commit is contained in:
commit
b48c62e7b3
|
|
@ -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