mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
fix
This commit is contained in:
parent
85da449436
commit
b1db4f22b6
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue