Skip to content

Commit

Permalink
[tests/requirements_pytorch] Temporarily fix optimum-intel version on…
Browse files Browse the repository at this point in the history
… last stable commit (openvinotoolkit#27985)

      There are failures with newer commits, e.g.
https://github.com/openvinotoolkit/openvino/actions/runs/12240792041/job/34146426674

---------

Signed-off-by: Alina Kladieva <[email protected]>
  • Loading branch information
akladiev authored Dec 10, 2024
1 parent 67f2537 commit f0da707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ PyTorch_FE:
build:
- CPU
- Python_API
- TOKENIZERS # PyTorch_FE tests depend on tokenizers build

JAX_FE:
revalidate:
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_pytorch
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ super-image==0.1.7
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"
git+https://github.com/huggingface/optimum-intel.git@5c735487d4bd3dd8d7dccb242d8d5988e7dd4069; python_version < "3.12"
# set 'export HF_HUB_ENABLE_HF_TRANSFER=1' to benefits from hf_transfer
hf_transfer==0.1.8

Expand Down

0 comments on commit f0da707

Please sign in to comment.