Skip to content

Commit

Permalink
fix numbers .. again ;-o
Browse files Browse the repository at this point in the history
  • Loading branch information
ulya-tkch committed Aug 30, 2024
1 parent 3936cea commit 861d713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tlm/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

CHARACTERS_PER_TOKEN: int = 5

Expand Down

0 comments on commit 861d713

Please sign in to comment.