From 6e0d926818d274e4e5ce4827b1ebd8a5ded94655 Mon Sep 17 00:00:00 2001 From: Andrii Staikov Date: Fri, 17 Jan 2025 10:42:35 +0100 Subject: [PATCH] pin optimum-intel version --- tests/requirements_pytorch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/requirements_pytorch b/tests/requirements_pytorch index 1dfb8d03f4d506..261e8c79c587c7 100644 --- a/tests/requirements_pytorch +++ b/tests/requirements_pytorch @@ -43,8 +43,9 @@ super-image==0.1.7 # huggingface-hub required for super-image huggingface-hub==0.25.2 -# use latest released version once it's available -git+https://github.com/huggingface/optimum-intel.git@main; python_version < "3.12" +# For now, we decided to pin a specific working version of optimum-intel. +# It will be discussed in the future how to manage versioning of the components properly. +git+https://github.com/huggingface/optimum-intel.git@190ae8737db68a826a86e48a709b41ae51d2e3ee; python_version < "3.12" # set 'export HF_HUB_ENABLE_HF_TRANSFER=1' to benefits from hf_transfer hf_transfer==0.1.8