File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -618,7 +618,17 @@ jobs:
618618 run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).RAG.test }}
619619 timeout : 30
620620 - name : ' WWB tests'
621- cmd : ' python -m pytest -v ./tools/who_what_benchmark/tests -m "not nanollava"'
621+ cmd : |
622+ python -m pip install transformers==5.2.0 git+https://github.com/huggingface/optimum-intel.git@transformers-v5
623+ python -m pip show transformers
624+ python -m pytest -v ./tools/who_what_benchmark/tests -m "not nanollava"
625+ run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).WWB.test }}
626+ timeout : 120
627+ - name : ' WWB tests'
628+ cmd : |
629+ python -m pip install transformers==5.5.0 git+https://github.com/huggingface/optimum-intel.git@transformers-v5
630+ python -m pip show transformers
631+ python -m pytest -v ./tools/who_what_benchmark/tests -m "not nanollava"
622632 run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).WWB.test }}
623633 timeout : 120
624634 - name : ' EAGLE3 speculative decoding tests'
Original file line number Diff line number Diff line change 11--extra-index-url https://download.pytorch.org/whl/cpu
22--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
33openvino-tokenizers[transformers]~=2026.2.0.0.dev
4- https://github.com/huggingface/optimum-intel/archive/2c48d6430c265ac259c1b264f3e2c4025cdd7b76.tar.gz#egg=optimum-intel
4+ # https://github.com/huggingface/optimum-intel/archive/2c48d6430c265ac259c1b264f3e2c4025cdd7b76.tar.gz#egg=optimum-intel
5+ optimum-intel @ https://github.com/huggingface/optimum-intel.git@transformers-v5
56einops==0.8.2 # For Qwen
67transformers_stream_generator==0.0.5 # For Qwen
78diffusers==0.37.1 # For image generation pipelines
Original file line number Diff line number Diff line change 11--extra-index-url https://download.pytorch.org/whl/cpu
22diffusers == 0.37.1
3- https://github.com/huggingface/optimum-intel/archive/2c48d6430c265ac259c1b264f3e2c4025cdd7b76.tar.gz#egg=optimum-intel
3+ optimum-intel @ https://github.com/huggingface/optimum-intel.git@transformers-v5
44pytest == 9.0.3
55transformers == 4.55.4
66hf_transfer == 0.1.9
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ torch>=2.1.0,<=2.11
1010transformers [sentencepiece ]>= 4.40.0 ,< 5.4.0
1111diffusers >= 0.22.0 ,<= 0.37.1
1212# optimum is in dependency list of optimum-intel
13- optimum-intel [nncf ]>= 1.25.0 ,<= 1.27.0
13+ # optimum-intel[nncf]>=1.25.0,<=1.27.0
14+ optimum-intel @ https://github.com/huggingface/optimum-intel.git@transformers-v5
1415packaging >= 20.0 ,<= 26.0
1516psutil
1617timm <= 1.0.26
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ accelerate>=0.26.0,<=1.13.0
22transformers [sentencepiece ]>= 4.35.2 ,< 5.4.0
33sentence-transformers >= 2.2.2 ,<= 5.4.1
44openvino-genai
5- optimum-intel [nncf ]>= 1.19.0 ,<= 1.27.0
5+ # optimum-intel[nncf]>=1.19.0,<=1.27.0
6+ optimum-intel @ https://github.com/huggingface/optimum-intel.git@transformers-v5
67pandas >= 2.0.3 ,<= 3.0.2
78numpy >= 1.23.5 ,<= 2.4.4
89tqdm >= 4.66.1 ,<= 4.67.3
You can’t perform that action at this time.
0 commit comments