"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "37e194f48a56723b4bc8d9e9674236cc7f90db3c"
Unverified Commit 0187c6f0 authored by SaulLu's avatar SaulLu Committed by GitHub
Browse files

revert temporary addition to test next version of CLIPTokenizerFast (#15717)

parent 3956b133
......@@ -36,8 +36,6 @@ class CLIPTokenizationTest(TokenizerTesterMixin, unittest.TestCase):
def setUp(self):
super().setUp()
# temporary addition: to test the new slow to fast converter
self.tokenizers_list = [(CLIPTokenizerFast, "SaulLu/clip-vit-base-patch32", {})]
# fmt: off
vocab = ["l", "o", "w", "e", "r", "s", "t", "i", "d", "n", "lo", "l</w>", "w</w>", "r</w>", "t</w>", "low</w>", "er</w>", "lowest</w>", "newer</w>", "wider", "<unk>", "<|startoftext|>", "<|endoftext|>"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment