Skip to content

Commit d5f4910

Browse files
committed
Disable mobileBert test
- this test will be enabled after fixing transformers version issue Signed-off-by: jiseong.oh <jiseong.oh@samsung.com>
1 parent 848c58f commit d5f4910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backends/samsung/test/models/test_torchvision_vit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717

1818
class TestMilestoneTorchVisionViT(unittest.TestCase):
19+
20+
# This model is skipped because transformers=5.0.0rc1.
21+
# it will re-enable after fixing the issue
22+
@unittest.skip
1923
def test_torchvision_vit_fp16(self):
2024
torch.manual_seed(8)
2125
model = TorchVisionViTModel().get_eager_model()

0 commit comments

Comments
 (0)