mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 13:57:54 -05:00
Update test_models.py (#464)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user