Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gante committed Sep 20, 2024
1 parent bf7dc7f commit 8bfe7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/generation/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4206,6 +4206,7 @@ def test_padding_input_contrastive_search_t5(self):
self.assertEqual(generated_text_no_padding, generated_text_with_padding)
self.assertEqual(generated_text_no_padding, "Ich muss diese Aufgabe vor Ende des Tages beenden.")


@require_torch
class UtilsFunctionsTest(unittest.TestCase):
def test_speculative_sampling(self):
Expand Down

0 comments on commit 8bfe7c8

Please sign in to comment.