Moved BA from openvino-dev to openvino (#18571)
This commit is contained in:
parent
b51069dd79
commit
04cb55c37d
@ -190,18 +190,18 @@ PY_INSTALL_CFG = {
|
||||
"install_dir": PY_PACKAGES_DIR,
|
||||
"binary_dir": "ovc",
|
||||
},
|
||||
# "benchmark_app": { # noqa: E731
|
||||
# "entry_point": { # noqa: E731
|
||||
# "console_scripts": [ # noqa: E731
|
||||
# "benchmark_app = openvino.tools.benchmark.main:main", # noqa: E731
|
||||
# ], # noqa: E731
|
||||
# }, # noqa: E731
|
||||
# "name": f"pyopenvino_{PYTHON_VERSION}", # noqa: E731
|
||||
# "prefix": f"{BUILD_BASE}/site-packages", # noqa: E731
|
||||
# "source_dir": f"{OPENVINO_SOURCE_DIR}/tools/benchmark_tool", # noqa: E731
|
||||
# "install_dir": PY_PACKAGES_DIR, # noqa: E731
|
||||
# "binary_dir": "benchmark_app", # noqa: E731
|
||||
# }, # noqa: E731
|
||||
"benchmark_app": {
|
||||
"entry_point": {
|
||||
"console_scripts": [
|
||||
"benchmark_app = openvino.tools.benchmark.main:main",
|
||||
],
|
||||
},
|
||||
"name": f"pyopenvino_{PYTHON_VERSION}",
|
||||
"prefix": f"{BUILD_BASE}/site-packages",
|
||||
"source_dir": f"{OPENVINO_SOURCE_DIR}/tools/benchmark_tool",
|
||||
"install_dir": PY_PACKAGES_DIR,
|
||||
"binary_dir": "benchmark_app",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
@ -37,13 +37,6 @@ PKG_INSTALL_CFG = {
|
||||
'extract_requirements': True,
|
||||
'extract_extras': True,
|
||||
},
|
||||
'benchmark_tool': {
|
||||
'src_dir': OPENVINO_DIR / 'tools' / 'benchmark_tool',
|
||||
'black_list': [],
|
||||
'prefix': 'benchmark_tool',
|
||||
'extract_entry_points': True,
|
||||
'extract_requirements': True,
|
||||
},
|
||||
"accuracy_checker": {
|
||||
'src_dir': OPENVINO_DIR / 'thirdparty' / 'open_model_zoo' / 'tools' / 'accuracy_checker', # noqa:E501
|
||||
'black_list': ['*tests*'],
|
||||
|
Loading…
Reference in New Issue
Block a user