Skip to content

Commit c51de5a

Browse files
committed
fix py
1 parent fd96dfc commit c51de5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def export_models_for_ci() -> dict[str, dict]:
9393
# This is the JSON syntax for configuration matrix used by GitHub
9494
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
9595
models = {"include": []}
96-
xnnpack_options = {}
9796
backends = ["portable", "xnnpack"]
9897
for (name, build_tool, backend) in itertools.product(
9998
MODEL_NAME_TO_MODEL.keys(), BUILD_TOOLS.keys(), backends

0 commit comments

Comments
 (0)