Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinpelletier committed Dec 2, 2024
1 parent c608ad8 commit 17caaf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/torchtune/models/t5/test_t5_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_encoding(self, tokenizer):

def test_decoding(self, tokenizer):
text = "this is torchtune"
decoded_text = "<|startoftext|>this is torchtune <|endoftext|>"
assert text == tokenizer.decode(tokenizer.encode(text))

def test_call(self, tokenizer):
Expand Down

0 comments on commit 17caaf7

Please sign in to comment.