OpenVINO print raw device

This commit is contained in:
Disty0
2023-09-28 21:30:40 +03:00
parent 6184a8cb5c
commit 2784dcaef9
+1 -1
View File
@@ -91,7 +91,7 @@ def get_openvino_device():
try:
return core.get_property(get_device(), "FULL_DEVICE_NAME")
except Exception:
return "OpenVINO"
return f"OpenVINO {get_device()}"
def cache_root_path():
cache_root = "./cache/"