Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchit-gandhi committed Sep 28, 2023
1 parent c1a9b82 commit d29369d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models/whisper/test_tokenization_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def test_timestamp_encoding(self):
self.assertEqual(EXPECTED_TOKENS, encoding)
self.assertEqual(target_text, decoding)


class SpeechToTextTokenizerMultilinguialTest(unittest.TestCase):
checkpoint_name = "openai/whisper-small.en"

Expand Down

0 comments on commit d29369d

Please sign in to comment.