We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5291e85 commit c1e8a40Copy full SHA for c1e8a40
1 file changed
tests/optimizer/test_models.py
@@ -16,7 +16,10 @@
16
from onnxscript.rewriter import onnxruntime as ort_rewriter
17
from onnxscript.utils import evaluation_utils
18
19
-_SKIP_TABLE = {}
+_SKIP_TABLE = {
20
+ "resnet18": "fixme: ORT aborts when loading the model - https://github.com/microsoft/onnxruntime/issues/24473",
21
+ "mobilenetv2_100": "fixme: ORT aborts when loading the model - https://github.com/microsoft/onnxruntime/issues/24473",
22
+}
23
24
model_folder_path = (
25
pathlib.Path(__file__).resolve().parent.parent.parent / "testdata" / "e2e_models"
0 commit comments