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

improve doc around supported tasks and accelertor options #743

Closed rbrugaro closed 1 month ago

rbrugaro commented 1 month ago

fix documentation

Prior https://github.com/huggingface/optimum-intel/pull/739 removes 'ipex' as default accelerator and seems is the only supported one in MAPPING_LOADING_FUNC. removed inc and openvino from options

also, updated list of supported pipeline tasks to match those of optimum/intel/ipex/modeling_base.py

Fixes # 742

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.

rbrugaro commented 1 month ago

@echarlaix