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
|
|
@ -190,7 +190,7 @@ class AutoBackend(nn.Module):
|
|||
# OpenVINO
|
||||
elif xml:
|
||||
LOGGER.info(f"Loading {w} for OpenVINO inference...")
|
||||
check_requirements("openvino>=2023.3")
|
||||
check_requirements("openvino>=2024.0.0")
|
||||
import openvino as ov
|
||||
|
||||
core = ov.Core()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue