Skip to content

Commit

Permalink
Merge pull request #832 from jxmai/patch-1
Browse files Browse the repository at this point in the history
Restore context windows size to 8096 tokens in contants config
  • Loading branch information
PromtEngineer authored Nov 4, 2024
2 parents 51eb664 + c3620d9 commit b48c62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)

# 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
Expand Down

0 comments on commit b48c62e

Please sign in to comment.