From 0187c6f0ad6c0e76c8206edeb72b94ff036df4ff Mon Sep 17 00:00:00 2001 From: SaulLu <55560583+SaulLu@users.noreply.github.com> Date: Mon, 21 Feb 2022 18:30:11 +0100 Subject: [PATCH] revert temporary addition to test next version of CLIPTokenizerFast (#15717) --- tests/test_tokenization_clip.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_tokenization_clip.py b/tests/test_tokenization_clip.py index 7bc31ece1c..9b854f8ce3 100644 --- a/tests/test_tokenization_clip.py +++ b/tests/test_tokenization_clip.py @@ -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", "r", "t", "low", "er", "lowest", "newer", "wider", "", "<|startoftext|>", "<|endoftext|>"]