huggingface / optimum-intel

🤗 Optimum Intel: Accelerate inference with Intel optimization tools
https://huggingface.co/docs/optimum/main/en/intel/index
Apache License 2.0
358 stars 99 forks source link

Pipeline accelerator defaults to 'ort' runtime instead of 'ipex' #735

Closed rbrugaro closed 1 month ago

rbrugaro commented 1 month ago

When pipeline is instantiated if accelerator is not specified defaults to 'ort' despite the documentation says default should be 'ipex'.