Closed nikita-savelyevv closed 3 days 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.
OpenVINO slow tests on stable NNCF and OV versions failing with huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error
should not block us.
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
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