This commit is contained in:
ydshieh 2024-12-13 16:56:06 +01:00
parent 85da449436
commit b1db4f22b6

View file

@ -46,6 +46,8 @@ if is_vision_available():
@require_vision
class Kosmos2_5ProcessorTest(ProcessorTesterMixin, unittest.TestCase):
processor_class = Kosmos2_5Processor
def setUp(self):
self.tmpdirname = tempfile.mkdtemp()
image_processor = Kosmos2_5ImageProcessor()