mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
Don't install OpenVINO without --use-openvino
This commit is contained in:
@@ -734,8 +734,6 @@ def check_torch():
|
||||
torch_command = install_rocm_zluda()
|
||||
elif is_ipex_available:
|
||||
torch_command = install_ipex(torch_command)
|
||||
elif allow_openvino:
|
||||
torch_command = install_openvino(torch_command)
|
||||
|
||||
else:
|
||||
machine = platform.machine()
|
||||
|
||||
Reference in New Issue
Block a user