Skip to content

Commit

Permalink
Merge branch 'master' into issue20545
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored Nov 9, 2023
2 parents 29d711d + 51a17ba commit 5a94c77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,15 +1002,15 @@ 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 \
--ignore=${INSTALL_TEST_DIR}/pyngraph/tests_compatibility/test_onnx/test_zoo_models.py \
--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
Expand Down
3 changes: 3 additions & 0 deletions docs/articles_en/documentation/openvino_ir.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 0 additions & 7 deletions docs/articles_en/documentation/openvino_ir/operation_sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5a94c77

Please sign in to comment.