From cfe1650c89a21f18a52c7aff0b3be371af1ffa7a Mon Sep 17 00:00:00 2001 From: Disty0 Date: Sun, 22 Dec 2024 23:45:19 +0300 Subject: [PATCH] Don't install OpenVINO without --use-openvino --- installer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer.py b/installer.py index 4e99bd054..111e92a19 100644 --- a/installer.py +++ b/installer.py @@ -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()