OpenVino 2024.0.0 (#8726)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
f5d883ba37
commit
b53a3989ab
3 changed files with 3 additions and 3 deletions
|
|
@ -411,7 +411,7 @@ class Exporter:
|
|||
@try_export
|
||||
def export_openvino(self, prefix=colorstr("OpenVINO:")):
|
||||
"""YOLOv8 OpenVINO export."""
|
||||
check_requirements("openvino>=2023.3") # requires openvino: https://pypi.org/project/openvino/
|
||||
check_requirements("openvino>=2024.0.0") # requires openvino: https://pypi.org/project/openvino/
|
||||
import openvino as ov
|
||||
|
||||
LOGGER.info(f"\n{prefix} starting export with openvino {ov.__version__}...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue