From 2d417c254eeb19cf51a3ffc313c1ca9f0d8640ab Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Thu, 14 Dec 2023 15:08:51 +0100 Subject: [PATCH] disable sew_d architecture --- tests/openvino/test_modeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openvino/test_modeling.py b/tests/openvino/test_modeling.py index dc33b39f2a..1e8b20743e 100644 --- a/tests/openvino/test_modeling.py +++ b/tests/openvino/test_modeling.py @@ -960,7 +960,7 @@ class OVModelForCTCIntegrationTest(unittest.TestCase): "data2vec_audio", "hubert", "sew", - "sew_d", + # "sew_d", disable until fixed in transformers "unispeech", "unispeech_sat", "wavlm",