Skip to content

Commit

Permalink
Update tests/generation/test_stopping_criteria.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joao Gante <[email protected]>
  • Loading branch information
Rocketknight1 and gante authored Feb 15, 2024
1 parent 06941de commit ee563d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/generation/test_stopping_criteria.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def test_stop_string_criteria(self):
"<|im_start|><|im_end|<|im_end|",
"<|im_end|><|im_start|>",
"<|im_end|<>stop<|im_end|",
"en d",
"eNd",
]
too_short_strings = [
"<|im_end|",
Expand Down

0 comments on commit ee563d8

Please sign in to comment.