Skip to content

Commit ea756b0

Browse files
Update optimum/intel/pipelines/pipeline_base.py
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent aa4d4e6 commit ea756b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

optimum/intel/pipelines/pipeline_base.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"type": "audio",
9393
},
9494
}
95-
95+
else:
96+
IPEX_SUPPORTED_TASKS = {}
9697

9798
def load_ipex_model(
9899
model,

0 commit comments

Comments
 (0)