Restore context windows size to 8096 tokens

This commit is contained in:
jxmai 2024-10-28 17:24:40 -05:00 committed by GitHub
parent 51eb664c43
commit c3620d972b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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