From 8c74d52f4e8f07882f0b16bf4dc8d5df5e15692d Mon Sep 17 00:00:00 2001 From: KJlaccHoeUM9l Date: Thu, 17 Feb 2022 17:18:01 +0300 Subject: [PATCH] disable contrib ops and ml ops --- tools/ci_build/github/azure-pipelines/linux-tvm-ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/linux-tvm-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-tvm-ci-pipeline.yml index 796198726e89d..7f5e7403c8891 100644 --- a/tools/ci_build/github/azure-pipelines/linux-tvm-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-tvm-ci-pipeline.yml @@ -35,6 +35,8 @@ jobs: --skip_submodule_sync \ --parallel \ --enable_pybind \ + --disable_contrib_ops \ + --disable_ml_ops \ --skip_onnx_tests \ --use_tvm workingDirectory: $(Build.SourcesDirectory)