Karol Blaszczak
|
953a166a62
|
[DOCS] minor fix for content and config (#16538)
|
2023-03-24 14:33:04 +01:00 |
|
dependabot[bot]
|
5da21f5649
|
Bump ipython from 8.5.0 to 8.10.0 in /docs (#15655)
Bumps [ipython](https://github.com/ipython/ipython) from 8.5.0 to 8.10.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/8.5.0...8.10.0)
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-13 23:42:54 +04:00 |
|
Sebastian Golebiewski
|
2c64c3a8a9
|
sphinx_design (#15198)
Adding new sphinx extension for designing responsive web components.
|
2023-01-25 15:15:03 +01:00 |
|
Przemyslaw Wysocki
|
8dd9c890b0
|
[PyOV] Update requirements for Python 3.11 - docs (#15071)
|
2023-01-17 08:23:35 +01:00 |
|
Jan Iwaszkiewicz
|
2acf3e663c
|
Fix docs requirements versions (#14729)
* Fix docs requirements versions
* Bump jinja to fix markupsafe issues
|
2022-12-22 07:05:39 +01:00 |
|
dependabot[bot]
|
e40de16e60
|
Bump certifi from 2020.12.5 to 2022.12.7 in /docs (#14494)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2022.12.07)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-08 12:15:13 +03:00 |
|
Przemyslaw Wysocki
|
a96f2af2f4
|
[PyOV] Upgrade mistune and remove import-order (#14356)
|
2022-12-05 10:16:24 +01:00 |
|
Tatiana Savina
|
4fd16185a6
|
change importlib vers (#14123)
|
2022-11-23 12:56:33 +04:00 |
|
Ilya Churaev
|
198adbf266
|
Add profiler to document build scripts (#14029)
* Add profiler to document build scripts
* Add script name
* Use system doxygen and try to understand the build of each cmake target
* Revert doxygen
* Try to speed up documentation build
* Try to cache results
* Added cache for sphinx
* Remove profilers
* Fix install dependencies
* Restored config options
* Added ccache
* Cache python and update sphinx
* Update packaging
* Revert sphinx upgrade
* Don't need to clone recursive
* Revert "Don't need to clone recursive"
This reverts commit 7a2043df7b.
* Change cache apt action
* Updated ccache calls
* Don't use recursice init
* Update sphinx to 4.5
* Fixed indent
* Disable all custom code in theme
* Remove quite mode
* Revert "Disable all custom code in theme"
This reverts commit 096ca2f329.
* Removed dependency on python
* Disable code analyse
* Disable common functions
* Revert edit page
* Minimize the number of cycles for li
* Fixed is none
* Try to fix build
* Disable sidebar
* Revert "Disable sidebar"
This reverts commit 64303ee94f.
* Return raw html
* Removed private information
* Avoid generation multiple artifacts
* Added additional step to collect ccache
* Small change
* Fixed typo
* Added comments
|
2022-11-18 15:12:35 +04:00 |
|
Przemyslaw Wysocki
|
d2871fd52c
|
[PyOV] Enable Python 3.10 on Azure CI (#12578)
* Fix mypy for numpy==1.21.6
* Apply CR changes
* Allow Python 3.6 for open source
* Attempt to silence mypy
* Revert to 3.6 in setup.pys
* Fix merge conflict
* Add newline
* Fix Python version assert
* Test Python 3.10 CI
* Try bumping up pybind to 2.10
* Link default python to python 3.10
* Add sudo to changing default python
* Bump python version in setupvars
* Fix exception in test
* Do the same for compatibility
* Apply same CI changes to other pipelines
* Attempt to fix arm and windows CIs
* Fix win py lib version and links?
* Try to fix CI
* Fix win python path
* Update win path
* Test disable PDPD
* Disable TF for testing CI
* Add sudo to rm
* Test linux
* Update requirements
* RM sudo
* Add debug step to CI on ARM
* build py from source on linux
* Remove debug step from ARM
* Fix err
* Fill num_proc
* Fic py installation
* Bump pdpd to 2.3.1
* Bump np vers
* Try to upgrade onnx to 1.12.0
* Revert onnx upgrade, enable frontends
* Build py shared
* Export library
* activate py env
* Bump scipy for py3.10
* Another scipy bump
* Fix Windows path, add nfs helper for mount
* Attempt to fix win_cc
* Batch of changes
* Try to fix ngraph-onnx-lin
* Install lsb-release for docker on ngraph-onnx-lin
* Link lsb_release
* Try bumping Ubuntu to 22.04
* Revert ubuntu change in dockerfile
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Upgrade ONNX to 1.12 in cpp
* Skip unsupported ops
* Revert "Fix ONNX compatibility and numpy warnings"
This reverts commit cd8a0e6b8e.
* Small changes
* Remove unnecessary changes
* Bump Python version in github workflows
* Fix flake error
* Another flake error
* Even more flake errors
* Xfail more tests
* Fix mypy errors
* Change onnx version in tests
* Bump ONNX in MO
* Fix onnx utils in comp
* Minor changes
* Import pathlib
* Add xfails to compatibility tests
* Skip segfaulting tests
* Fix onnx nametuple
* Fix flake
* Try to fix py3.6 onnx
* Switch to venv in windows
* Fix model importer and reqs
* Add __test__
* Debug print
* Fix flake
* Update linux.yml
* Update windows.yml
* Update linux.yml
* Update windows.yml
* Install python3.10
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Install py embedded
* Fix dir
* Fix curl
* Add complete file
* CP file
* Bump py ver
* Fix missing venv
* Try to install
* Disable venv
* Bump OMZ commit
* checkout omz
* Revert omz
* Bump omz
* Revert pybind bump
* Update .gitmodules
* Change pybind to fork
* change ssize_t to size_t
* Install bz2 for py build
* Bump omz
* Bump pandas requirement version
* Revert omz
* Install missing clang
* Bump omz
* Bump versions on fork
* Bump numpy in model zoo
* Fix clang
* Skip segfaulting pdpd test
* Skip another pdpd test
* Skip pdpd places.cpp
* Bump py ver in setupvars.bat
* Disable paddle tests
* Use int instead of str
* Fix requirements path
* Enable lin-cc
* Fixes in CI
* lin-cc and ngrpah-onnx changes
* Update num_proc
* Update ngraph-onnx
* Minor change
* Fix env var
* Change ubuntu to 20
* Get compiler on ngraph-onnx
* Add sudo to apt-get
* Add SSL
* Download ssl
* Different way of installing ssl
* Minor changes
* install zlib
* Fix env var
* Fix docker building error
* Revert changes
* Modify dockerfile
* Change pychecks python version
* Cleanup
* Add LayerNorm to expanded ONNX functions
* Revert previous commit
* Add LayerNorm to expanded ONNX functions
* Apply clang
* Move LayerNorm tests to skip_segfault
* Unskip pdpd tests
* Enable pdpd tests on linux
* Refactoring
* Remove 3.6 from reqs
* Refactoring
* Minor changes
* Minor changes
* Relax MO reqs
* Bump torch version
* relax pytest
* Specify pytest version
* Fix pytest pip conflict
* Bump pybind11 to v2.10.1 release tag
* Specify separate pytest version for py3.10
* Bump attrs
* Add py dependency
* Refactor versions
* Add venv activation to tf tests
* Fix fdupes
* Bump OMZ submodule
* Remove find and replace
* Change pybind to upstream fork
* Set pybind to proper commit
* Minor changes
* Try to fix scipy
* Updated exclude patterns for nlohmann json
* [PyOV] Fix wheel requirements for new package versions
* Specify CPU plugin versions
* Bump OMZ version
* Fix linter
* Fix linter 2
* Fix linter 3
* Disable linter
Co-authored-by: Mateusz <mateusz.mikolajczyk@intel.com>
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
|
2022-11-08 11:38:39 +04:00 |
|
Trawinski, Dariusz
|
eb0dd26e4b
|
fix documentation building including notebooks (#13546)
|
2022-10-19 13:23:59 +02:00 |
|
dependabot[bot]
|
3e976fe3db
|
Bump babel from 2.9.0 to 2.9.1 in /docs (#10424)
Bumps [babel](https://github.com/python-babel/babel) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-babel/babel/compare/v2.9.0...v2.9.1)
---
updated-dependencies:
- dependency-name: babel
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
|
2022-10-19 01:06:44 +04:00 |
|
dependabot[bot]
|
2fae80ae88
|
Bump urllib3 from 1.26.4 to 1.26.5 in /docs (#13135)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
|
2022-10-19 01:03:40 +04:00 |
|
Ilya Lavrenov
|
aecab4d12a
|
U22 adoption in github actions (#12550)
* Supported newer versions of shellcheck
* Don't use excluded sources
* Improved NCC process of clang search
* Fixes
|
2022-08-14 20:53:41 +04:00 |
|
jszczepa
|
a887306465
|
Remove ipython lib reference (#12168)
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com>
|
2022-08-14 02:11:49 +04:00 |
|
Min, Byungil
|
b5c058738d
|
Update module version to remove vulnerability (#12054)
|
2022-07-08 08:28:48 +02:00 |
|
Nikolay Tyukaev
|
0c4d50239a
|
update requirements to fix tabs (#10409)
|
2022-02-16 11:47:11 +03:00 |
|
Nikolay Tyukaev
|
172cbe7340
|
DOCS: Fix js and add ipython (#9995)
* js and ipython
* add to suppress warnings
* fixes
* fixes
* fixes
* fixes
|
2022-02-01 20:39:17 +03:00 |
|
Tatiana Savina
|
da1324db68
|
[DOCS] Enable sphinx panels directive (#9982)
* new directive
* add panels version
|
2022-01-28 17:18:57 +03:00 |
|
Nikolay Tyukaev
|
a6c97000c5
|
update requirements (#9714)
* update requirements
* fixes
|
2022-01-17 17:38:15 +03:00 |
|
Andrey Zaytsev
|
4ae6258bed
|
Feature/azaytsev/from 2021 4 (#9247)
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295)
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988)
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e.
* Docs to Sphinx (#8151)
* docs to sphinx
* Update GPU.md
* Update CPU.md
* Update AUTO.md
* Update performance_int8_vs_fp32.md
* update
* update md
* updates
* disable doc ci
* disable ci
* fix index.rst
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
# Conflicts:
# .gitignore
# docs/CMakeLists.txt
# docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md
# docs/IE_DG/Extensibility_DG/Custom_ONNX_Ops.md
# docs/IE_DG/Extensibility_DG/VPU_Kernel.md
# docs/IE_DG/InferenceEngine_QueryAPI.md
# docs/IE_DG/Int8Inference.md
# docs/IE_DG/Integrate_with_customer_application_new_API.md
# docs/IE_DG/Model_caching_overview.md
# docs/IE_DG/supported_plugins/GPU_RemoteBlob_API.md
# docs/IE_DG/supported_plugins/HETERO.md
# docs/IE_DG/supported_plugins/MULTI.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md
# docs/MO_DG/prepare_model/convert_model/Converting_Model.md
# docs/MO_DG/prepare_model/convert_model/Converting_Model_General.md
# docs/MO_DG/prepare_model/convert_model/Cutting_Model.md
# docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md
# docs/doxygen/Doxyfile.config
# docs/doxygen/ie_docs.xml
# docs/doxygen/ie_plugin_api.config
# docs/doxygen/ngraph_cpp_api.config
# docs/doxygen/openvino_docs.xml
# docs/get_started/get_started_macos.md
# docs/get_started/get_started_raspbian.md
# docs/get_started/get_started_windows.md
# docs/img/cpu_int8_flow.png
# docs/index.md
# docs/install_guides/VisionAcceleratorFPGA_Configure.md
# docs/install_guides/VisionAcceleratorFPGA_Configure_Windows.md
# docs/install_guides/deployment-manager-tool.md
# docs/install_guides/installing-openvino-linux.md
# docs/install_guides/installing-openvino-macos.md
# docs/install_guides/installing-openvino-windows.md
# docs/optimization_guide/dldt_optimization_guide.md
# inference-engine/ie_bridges/c/include/c_api/ie_c_api.h
# inference-engine/ie_bridges/python/docs/api_overview.md
# inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md
# inference-engine/ie_bridges/python/sample/speech_sample/README.md
# inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx
# inference-engine/include/ie_api.h
# inference-engine/include/ie_core.hpp
# inference-engine/include/ie_version.hpp
# inference-engine/samples/benchmark_app/README.md
# inference-engine/samples/speech_sample/README.md
# inference-engine/src/plugin_api/exec_graph_info.hpp
# inference-engine/src/plugin_api/file_utils.h
# inference-engine/src/transformations/include/transformations_visibility.hpp
# inference-engine/tools/benchmark_tool/README.md
# ngraph/core/include/ngraph/ngraph.hpp
# ngraph/frontend/onnx_common/include/onnx_common/parser.hpp
# ngraph/python/src/ngraph/utils/node_factory.py
# openvino/itt/include/openvino/itt.hpp
# thirdparty/ade
# tools/benchmark/README.md
* Cherry-picked remove font-family (#8211)
* Cherry-picked: Update get_started_scripts.md (#8338)
* doc updates (#8268)
* Various doc changes
* theme changes
* remove font-family (#8211)
* fix css
* Update uninstalling-openvino.md
* fix css
* fix
* Fixes for Installation Guides
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
Co-authored-by: kblaszczak-intel <karol.blaszczak@intel.com>
# Conflicts:
# docs/IE_DG/Bfloat16Inference.md
# docs/IE_DG/InferenceEngine_QueryAPI.md
# docs/IE_DG/OnnxImporterTutorial.md
# docs/IE_DG/supported_plugins/AUTO.md
# docs/IE_DG/supported_plugins/HETERO.md
# docs/IE_DG/supported_plugins/MULTI.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md
# docs/install_guides/installing-openvino-macos.md
# docs/install_guides/installing-openvino-windows.md
# docs/ops/opset.md
# inference-engine/samples/benchmark_app/README.md
# inference-engine/tools/benchmark_tool/README.md
# thirdparty/ade
* Cherry-picked: doc script changes (#8568)
* fix openvino-sphinx-theme
* add linkcheck target
* fix
* change version
* add doxygen-xfail.txt
* fix
* AA
* fix
* fix
* fix
* fix
* fix
# Conflicts:
# thirdparty/ade
* Cherry-pick: Feature/azaytsev/doc updates gna 2021 4 2 (#8567)
* Various doc changes
* Reformatted C++/Pythob sections. Updated with info from PR8490
* additional fix
* Gemini Lake replaced with Elkhart Lake
* Fixed links in IGs, Added 12th Gen
# Conflicts:
# docs/IE_DG/supported_plugins/GNA.md
# thirdparty/ade
* Cherry-pick: Feature/azaytsev/doc fixes (#8897)
* Various doc changes
* Removed the empty Learning path topic
* Restored the Gemini Lake CPIU list
# Conflicts:
# docs/IE_DG/supported_plugins/GNA.md
# thirdparty/ade
* Cherry-pick: sphinx copybutton doxyrest code blocks (#8992)
# Conflicts:
# thirdparty/ade
* Cherry-pick: iframe video enable fullscreen (#9041)
# Conflicts:
# thirdparty/ade
* Cherry-pick: fix untitled titles (#9213)
# Conflicts:
# thirdparty/ade
* Cherry-pick: perf bench graph animation (#9045)
* animation
* fix
# Conflicts:
# thirdparty/ade
* Cherry-pick: doc pytest (#8888)
* docs pytest
* fixes
# Conflicts:
# docs/doxygen/doxygen-ignore.txt
# docs/scripts/ie_docs.xml
# thirdparty/ade
* Cherry-pick: restore deleted files (#9215)
* Added new operations to the doc structure (from removed ie_docs.xml)
* Additional fixes
* Update docs/IE_DG/InferenceEngine_QueryAPI.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Update Custom_Layers_Guide.md
* Changes according to review comments
* doc scripts fixes
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Update Int8Inference.md
* update xfail
* clang format
* updated xfail
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com>
Co-authored-by: kblaszczak-intel <karol.blaszczak@intel.com>
Co-authored-by: Yury Gorbachev <yury.gorbachev@intel.com>
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
|
2021-12-21 20:26:37 +03:00 |
|