Update TPP files for wheels (#8935)
* Update TPP files for wheels * Remove myriad plugin and update `openvino` package description * Update for product names
This commit is contained in:
committed by
GitHub
parent
36b4dfedae
commit
01236619b5
@@ -12,7 +12,7 @@ OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applicatio
|
||||
|
||||
The Intel® Distribution of OpenVINO™ toolkit\*:
|
||||
- Enables CNN-based deep learning inference on the edge
|
||||
- Supports heterogeneous execution across Intel® CPU, Intel® Integrated Graphics, Intel® Neural Compute Stick 2, and Intel® Vision Accelerator Design with Intel® Movidius™ VPUs
|
||||
- Supports heterogeneous execution across Intel® CPU and Intel® Integrated Graphics
|
||||
- Speeds time-to-market via an easy-to-use library of computer vision functions and pre-optimized kernels
|
||||
|
||||
The **runtime package** includes the following components installed by default:
|
||||
|
||||
10
inference-engine/ie_bridges/python/wheel/readme.txt
Normal file
10
inference-engine/ie_bridges/python/wheel/readme.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
“LEGAL NOTICE: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Components and their third party programs:
|
||||
|
||||
* OpenVINO(TM) Runtime (Apache 2.0): <install_root>/runtime-third-party-programs.txt, <install_root>/onednn_third-party-programs.txt, <install_root>/tbb_third-party-programs.txt
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Licenses:
|
||||
* Apache 2.0 <install_root>/LICENSE
|
||||
@@ -78,12 +78,6 @@ LIB_INSTALL_CFG = {
|
||||
'install_dir': OV_RUNTIME_LIBS_DIR,
|
||||
'rpath': LIBS_RPATH,
|
||||
},
|
||||
'myriad_plugin': {
|
||||
'name': 'myriad',
|
||||
'prefix': 'libs.core',
|
||||
'install_dir': OV_RUNTIME_LIBS_DIR,
|
||||
'rpath': LIBS_RPATH,
|
||||
},
|
||||
'ngraph_libs': {
|
||||
'name': 'ngraph',
|
||||
'prefix': 'libs.core',
|
||||
|
||||
16
tools/openvino_dev/readme.txt
Normal file
16
tools/openvino_dev/readme.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
“LEGAL NOTICE: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Components and their third party programs:
|
||||
|
||||
* OpenVINO(TM) Development Tools (Apache 2.0):
|
||||
- Model Optimizer: <install_root>/dev-third-party-programs.txt
|
||||
- Benchmark Tool: <install_root>/dev-third-party-programs.txt
|
||||
- Post-Training Optimization Toolkit: <install_root>/dev-third-party-programs.txt
|
||||
- Accuracy Checker: <install_root>/omz-third-party-programs.txt
|
||||
- Open Model Zoo Tools: <install_root>/omz-third-party-programs.txt
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Licenses:
|
||||
* Apache 2.0 <install_root>/LICENSE
|
||||
|
||||
@@ -16,6 +16,5 @@ license_files =
|
||||
*LICENSE*
|
||||
*license*
|
||||
*third-party-programs*
|
||||
*EULA*
|
||||
../../licensing/*
|
||||
../../licensing/dev-third-party-programs.txt
|
||||
../../LICENSE
|
||||
|
||||
Reference in New Issue
Block a user