Skip to content

Commit 6d4726b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/pipelines/pipeline_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def pipeline(
240240
if accelerator == "ipex":
241241
if task not in list(IPEX_SUPPORTED_TASKS.keys()):
242242
raise ValueError(
243-
f"Task {task} is not supported for the ONNX Runtime pipeline. Supported tasks are { list(IPEX_SUPPORTED_TASKS.keys())}"
243+
f"Task {task} is not supported for the IPEX pipeline. Supported tasks are { list(IPEX_SUPPORTED_TASKS.keys())}"
244244
)
245245

246246
supported_tasks = IPEX_SUPPORTED_TASKS if accelerator == "ipex" else None

0 commit comments

Comments
 (0)