Skip to content

Commit

Permalink
update token sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulya-tkch committed Aug 30, 2024
1 parent 422e840 commit 3936cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tlm/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@


MAX_PROMPT_LENGTH_TOKENS: int = 70_000
MAX_RESPONSE_LENGTH_TOKENS: int = 70_000
MAX_COMBINED_LENGTH_TOKENS: int = 70_000
MAX_RESPONSE_LENGTH_TOKENS: int = 15_000
MAX_COMBINED_LENGTH_TOKENS: int = 85_000

CHARACTERS_PER_TOKEN: int = 5

Expand Down

0 comments on commit 3936cea

Please sign in to comment.