mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Temporarily comment slow for {mask, mask2, one}former
This commit is contained in:
parent
00a9cab807
commit
e5371edabd
@ -339,7 +339,7 @@ def prepare_img():
|
||||
|
||||
|
||||
@require_vision
|
||||
@slow
|
||||
# @slow
|
||||
class Mask2FormerModelIntegrationTest(unittest.TestCase):
|
||||
@cached_property
|
||||
def model_checkpoints(self):
|
||||
|
@ -336,7 +336,7 @@ def prepare_img():
|
||||
|
||||
|
||||
@require_vision
|
||||
@slow
|
||||
# @slow
|
||||
class MaskFormerModelIntegrationTest(unittest.TestCase):
|
||||
@cached_property
|
||||
def default_image_processor(self):
|
||||
|
@ -455,7 +455,7 @@ def prepare_img():
|
||||
|
||||
|
||||
@require_vision
|
||||
@slow
|
||||
# @slow
|
||||
class OneFormerModelIntegrationTest(unittest.TestCase):
|
||||
@cached_property
|
||||
def model_checkpoints(self):
|
||||
|
Loading…
Reference in New Issue
Block a user