From bdf535a65951fb45f4b659798f20c980254b3fd0 Mon Sep 17 00:00:00 2001 From: "Cheng, Penghui" Date: Tue, 19 Dec 2023 11:50:47 +0800 Subject: [PATCH] move 'intel-extension-for-pytorch' to be optional Signed-off-by: Cheng, Penghui --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 00c1c63486..7949f6d11d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ "onnx", "onnxruntime<1.15.0", "transformers>=4.33.0", - "intel-extension-for-pytorch", ], "openvino": ["openvino>=2023.1.0", "onnx", "onnxruntime", "transformers>=4.33.0"], "nncf": ["nncf>=2.6.0"],