Update test_models.py (#464)

This commit is contained in:
Ean Garvey
2022-11-04 18:59:01 -05:00
committed by GitHub
parent 88f8718635
commit c63009a6db

View File

@@ -402,6 +402,11 @@ class SharkModuleTest(unittest.TestCase):
"cpu",
]:
pytest.xfail(reason="https://github.com/nod-ai/SHARK/issues/424")
if (
config["model_name"] == "dbmdz/convbert-base-turkish-cased"
and device == "cpu"
):
pytest.xfail(reason="https://github.com/nod-ai/SHARK/issues/463")
if config["framework"] == "tf" and dynamic == True:
pytest.skip(
reason="Dynamic shapes not supported for this framework."