Update (TF)SamModelIntegrationTest (#24199)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-06-13 14:28:14 +02:00
committed by GitHub
parent d7389cd201
commit 74b846cacf

View File

@@ -428,8 +428,9 @@ def prepare_dog_img():
return raw_image return raw_image
@require_tf
@slow @slow
class SamModelIntegrationTest(unittest.TestCase): class TFSamModelIntegrationTest(unittest.TestCase):
def tearDown(self): def tearDown(self):
super().tearDown() super().tearDown()
# clean-up as much as possible GPU memory occupied by PyTorch # clean-up as much as possible GPU memory occupied by PyTorch