From d62d79d76f2e61220ca26f4fae47e5dc332594af Mon Sep 17 00:00:00 2001 From: saienduri Date: Tue, 26 Mar 2024 16:30:40 -0700 Subject: [PATCH] add back onnx --- .github/workflows/test_iree.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_iree.yml b/.github/workflows/test_iree.yml index b78bc054d..e4263e0e1 100644 --- a/.github/workflows/test_iree.yml +++ b/.github/workflows/test_iree.yml @@ -62,10 +62,10 @@ jobs: source ${VENV_DIR}/bin/activate pytest iree_tests/simple --durations=0 - # - name: "Running the generated ONNX test suite" - # run: | - # source ${VENV_DIR}/bin/activate - # pytest iree_tests/onnx/node/generated -n auto -rpfE --timeout=30 --retries 2 --retry-delay 5 --durations=10 + - name: "Running the generated ONNX test suite" + run: | + source ${VENV_DIR}/bin/activate + pytest iree_tests/onnx/node/generated -n auto -rpfE --timeout=30 --retries 2 --retry-delay 5 --durations=10 # TODO(scotttodd): add a local cache for these large files to a persistent runner - name: "Downloading remote files for real weight model tests"