IPEX add OpenVINO as compile backend

This commit is contained in:
Disty0
2023-08-14 21:54:21 +03:00
parent fce48be440
commit 66394c8cd9
6 changed files with 80 additions and 23 deletions
+4
View File
@@ -86,3 +86,7 @@ def ipex_init():
ipex_hijacks()
ipex_diffusers()
try:
from .openvino import openvino_fx
except Exception:
pass