mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
OpenVINO print raw device
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user