mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
Cleanup
This commit is contained in:
@@ -41,7 +41,6 @@ def get_gpu_info():
|
||||
if not torch.cuda.is_available():
|
||||
try:
|
||||
if shared.cmd_opts.use_openvino:
|
||||
from importlib.metadata import version as libmodule_version
|
||||
return {
|
||||
'device': get_openvino_device(),
|
||||
'openvino': get_package_version("openvino"),
|
||||
|
||||
Reference in New Issue
Block a user