OpenVINO 4 bit support for CPUs

This commit is contained in:
Disty0
2024-01-05 11:54:46 +03:00
parent 783783c39a
commit 6522c03667
5 changed files with 26 additions and 8 deletions
+1
View File
@@ -20,6 +20,7 @@ class CompiledModelState:
self.lora_compile = False
self.compiled_cache = {}
self.partitioned_modules = {}
self.compiling_vae = False
def ipex_optimize(sd_model):