diff --git a/examples/portable/utils.py b/examples/portable/utils.py index 82242f585a8..9e4a9607618 100644 --- a/examples/portable/utils.py +++ b/examples/portable/utils.py @@ -20,6 +20,7 @@ _EDGE_COMPILE_CONFIG = exir.EdgeCompileConfig( _check_ir_validity=True, + _skip_dim_order=True, # TODO(T189114319): Reuse dim order op after solving the ios oss issue )