From 8034d1795f8ce4d149c6d480a4056f80e014dde6 Mon Sep 17 00:00:00 2001 From: Tatiana Savina Date: Thu, 9 Nov 2023 15:03:01 +0100 Subject: [PATCH 1/2] change structure (#20988) --- docs/articles_en/documentation/openvino_ir.md | 3 +++ .../documentation/openvino_ir/operation_sets.md | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/articles_en/documentation/openvino_ir.md b/docs/articles_en/documentation/openvino_ir.md index a9595eac3c8329..7bb50ce8cf9850 100644 --- a/docs/articles_en/documentation/openvino_ir.md +++ b/docs/articles_en/documentation/openvino_ir.md @@ -12,6 +12,9 @@ :hidden: openvino_docs_MO_DG_IR_and_opsets + openvino_docs_ops_opset + openvino_docs_operations_specifications + openvino_docs_ops_broadcast_rules openvino_docs_MO_DG_prepare_model_convert_model_IR_suitable_for_INT8_inference The models, built and trained using various frameworks, can be large and architecture-dependent. To successfully run inference from any device and maximize the benefits of OpenVINO tools, you can convert the model to the OpenVINO Intermediate Representation (IR) format. diff --git a/docs/articles_en/documentation/openvino_ir/operation_sets.md b/docs/articles_en/documentation/openvino_ir/operation_sets.md index f0692bd2b92b5b..59eaf1bd0ff30d 100644 --- a/docs/articles_en/documentation/openvino_ir/operation_sets.md +++ b/docs/articles_en/documentation/openvino_ir/operation_sets.md @@ -6,13 +6,6 @@ :description: Learn the essentials of representing deep learning models in OpenVINO IR format and the use of supported operation sets. -.. toctree:: - :maxdepth: 1 - :hidden: - - openvino_docs_ops_opset - openvino_docs_operations_specifications - openvino_docs_ops_broadcast_rules This article provides essential information on the format used for representation of deep learning models in OpenVINO toolkit and supported operation sets. From 51a17ba6426048bf78d0738befc4e53fae410c02 Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Thu, 9 Nov 2023 18:07:57 +0100 Subject: [PATCH 2/2] Workaround failing MO unit when Python API unit are skipped (#20997) --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a4b6cae73658c1..ead5a4fb77d601 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1002,7 +1002,7 @@ jobs: # - name: Python API 1.0 Tests - if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test + #if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test run: | python3 -m pytest -s ${INSTALL_TEST_DIR}/pyngraph \ --junitxml=${INSTALL_TEST_DIR}/TEST-Pyngraph.xml \ @@ -1010,7 +1010,7 @@ jobs: --ignore=${INSTALL_TEST_DIR}/pyngraph/tests_compatibility/test_onnx/test_backend.py - name: Python API 2.0 Tests - if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test + #if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test run: | # for 'template' extension export LD_LIBRARY_PATH=${INSTALL_TEST_DIR}:$LD_LIBRARY_PATH