huggingface / optimum-intel

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

Support NNCF 2.14 and OV 2024.5 #997

Closed nikita-savelyevv closed 3 days ago

nikita-savelyevv commented 1 week ago

What does this PR do?

OpenVINO 2024.5 and NNCF 2.14 are out. In this PR, the required OV version is updated. Also, some test references are changed accordingly.

Before submitting

HuggingFaceDocBuilderDev commented 1 week 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.

nikita-savelyevv commented 4 days ago

OpenVINO slow tests on stable NNCF and OV versions failing with huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error should not block us.

echarlaix commented 3 days ago

The doc generation is failing with

ERROR: No matching distribution found for openvino==2024.5.0; extra == "openvino"

https://github.com/huggingface/optimum-intel/actions/runs/11948762040/job/33306899617

resulting in optimum doc generation failing since then https://github.com/huggingface/optimum/actions/workflows/build_main_documentation.yml

should be fixed with https://github.com/huggingface/optimum-intel/pull/1006 cc @AlexKoff88