We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a9c2 commit 6d4726bCopy full SHA for 6d4726b
optimum/intel/pipelines/pipeline_base.py
@@ -240,7 +240,7 @@ def pipeline(
240
if accelerator == "ipex":
241
if task not in list(IPEX_SUPPORTED_TASKS.keys()):
242
raise ValueError(
243
- f"Task {task} is not supported for the ONNX Runtime pipeline. Supported tasks are { list(IPEX_SUPPORTED_TASKS.keys())}"
+ f"Task {task} is not supported for the IPEX pipeline. Supported tasks are { list(IPEX_SUPPORTED_TASKS.keys())}"
244
)
245
246
supported_tasks = IPEX_SUPPORTED_TASKS if accelerator == "ipex" else None
0 commit comments