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

fix pipeline accelerator default to ipex not ort #737

Closed rbrugaro closed 1 month ago

rbrugaro commented 1 month ago

What does this PR do?

Pipeline accelerator backend can be selected between ["ipex", "inc" and "openvino"]. The args description mentions 'ipex' as default but default was set to 'ort'.

Fixes #735

Before submitting

HuggingFaceDocBuilderDev commented 1 month ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.