From 3832c96dd4fdd88e7842f4fa6ea1fcb228f79362 Mon Sep 17 00:00:00 2001 From: Alexander Dokuchaev Date: Tue, 12 Aug 2025 14:41:19 +0300 Subject: [PATCH 1/5] transformers==4.53.0 --- examples/llm_compression/torch_fx/tiny_llama/requirements.txt | 2 +- tests/openvino/requirements.txt | 2 +- tests/post_training/requirements.txt | 2 +- tests/torch/requirements.txt | 2 +- tests/torch2/requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/llm_compression/torch_fx/tiny_llama/requirements.txt b/examples/llm_compression/torch_fx/tiny_llama/requirements.txt index 4b9b42e7234..40a3cd83fa6 100644 --- a/examples/llm_compression/torch_fx/tiny_llama/requirements.txt +++ b/examples/llm_compression/torch_fx/tiny_llama/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.52.1 +transformers==4.53.0 datasets==2.14.7 openvino==2025.2.0 optimum==1.24.0 diff --git a/tests/openvino/requirements.txt b/tests/openvino/requirements.txt index 780be3bc905..d02634f85fa 100644 --- a/tests/openvino/requirements.txt +++ b/tests/openvino/requirements.txt @@ -13,6 +13,6 @@ addict>=2.4.0 timm==0.9.2 efficientnet_pytorch==0.7.1 datasets==3.0.1 -transformers==4.52.1 +transformers==4.53.0 optimum-intel==1.24.0 optimum==1.26.0 diff --git a/tests/post_training/requirements.txt b/tests/post_training/requirements.txt index 46333fb1256..2fa2f355d34 100644 --- a/tests/post_training/requirements.txt +++ b/tests/post_training/requirements.txt @@ -18,6 +18,6 @@ tensorboard==2.13.0 tensorflow-io==0.32.0 timm==0.9.2 accelerate==1.1.0 -transformers==4.52.1 +transformers==4.53.0 whowhatbench @ git+https://github.com/openvinotoolkit/openvino.genai@2025.2.0.0#subdirectory=tools/who_what_benchmark datasets==3.1.0 diff --git a/tests/torch/requirements.txt b/tests/torch/requirements.txt index 2c2a4c1c5ff..df358e4cfe7 100644 --- a/tests/torch/requirements.txt +++ b/tests/torch/requirements.txt @@ -12,7 +12,7 @@ virtualenv # Required for search_building_blocks tests accelerate==1.1.0 -transformers==4.52.1 +transformers==4.53.0 # Required for movement_sparsity tests datasets==3.0.1 diff --git a/tests/torch2/requirements.txt b/tests/torch2/requirements.txt index 5fb8fa34712..44eacc1e27c 100644 --- a/tests/torch2/requirements.txt +++ b/tests/torch2/requirements.txt @@ -12,7 +12,7 @@ torchvision addict>=2.4.0 efficientnet_pytorch==0.7.1 -transformers==4.52.1 +transformers==4.53.0 sentence-transformers==4.1.0 optimum-intel==1.24.0 From 2f6dcd901c88286342cd6c5b250bd5f787b97e4b Mon Sep 17 00:00:00 2001 From: Alexander Dokuchaev Date: Tue, 12 Aug 2025 14:51:09 +0300 Subject: [PATCH 2/5] optimum-intel==1.25.1 --- tests/openvino/requirements.txt | 2 +- tests/post_training/requirements.txt | 2 +- tests/torch/requirements.txt | 2 +- tests/torch2/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/openvino/requirements.txt b/tests/openvino/requirements.txt index d02634f85fa..da04a202768 100644 --- a/tests/openvino/requirements.txt +++ b/tests/openvino/requirements.txt @@ -14,5 +14,5 @@ timm==0.9.2 efficientnet_pytorch==0.7.1 datasets==3.0.1 transformers==4.53.0 -optimum-intel==1.24.0 +optimum-intel==1.25.1 optimum==1.26.0 diff --git a/tests/post_training/requirements.txt b/tests/post_training/requirements.txt index 2fa2f355d34..98d1cba8810 100644 --- a/tests/post_training/requirements.txt +++ b/tests/post_training/requirements.txt @@ -10,7 +10,7 @@ pytest-split librosa==0.10.0 memory-profiler==0.61.0 -optimum-intel==1.24.0 +optimum-intel==1.25.1 optimum==1.26.0 scikit-learn>=1.2.2,<=1.5.0 soundfile==0.12.1 diff --git a/tests/torch/requirements.txt b/tests/torch/requirements.txt index df358e4cfe7..553e2a15f91 100644 --- a/tests/torch/requirements.txt +++ b/tests/torch/requirements.txt @@ -26,5 +26,5 @@ torchvision fastdownload==0.0.7 sentence-transformers>=2.2.2 -optimum-intel==1.24.0 +optimum-intel==1.25.1 optimum==1.26.0 diff --git a/tests/torch2/requirements.txt b/tests/torch2/requirements.txt index 44eacc1e27c..a47019e4ee3 100644 --- a/tests/torch2/requirements.txt +++ b/tests/torch2/requirements.txt @@ -15,7 +15,7 @@ efficientnet_pytorch==0.7.1 transformers==4.53.0 sentence-transformers==4.1.0 -optimum-intel==1.24.0 +optimum-intel==1.25.1 optimum==1.26.0 accelerate==1.1.0 fastdownload==0.0.7 From f3b1ee5a38b8d0cbffec8567d279c05708922f60 Mon Sep 17 00:00:00 2001 From: Alexander Dokuchaev Date: Tue, 12 Aug 2025 14:53:21 +0300 Subject: [PATCH 3/5] optimum==1.27.0 --- tests/openvino/requirements.txt | 2 +- tests/post_training/requirements.txt | 2 +- tests/torch/requirements.txt | 2 +- tests/torch2/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/openvino/requirements.txt b/tests/openvino/requirements.txt index da04a202768..c40ecf0f9df 100644 --- a/tests/openvino/requirements.txt +++ b/tests/openvino/requirements.txt @@ -15,4 +15,4 @@ efficientnet_pytorch==0.7.1 datasets==3.0.1 transformers==4.53.0 optimum-intel==1.25.1 -optimum==1.26.0 +optimum==1.27.0 diff --git a/tests/post_training/requirements.txt b/tests/post_training/requirements.txt index 98d1cba8810..2d9cf231f1b 100644 --- a/tests/post_training/requirements.txt +++ b/tests/post_training/requirements.txt @@ -11,7 +11,7 @@ pytest-split librosa==0.10.0 memory-profiler==0.61.0 optimum-intel==1.25.1 -optimum==1.26.0 +optimum==1.27.0 scikit-learn>=1.2.2,<=1.5.0 soundfile==0.12.1 tensorboard==2.13.0 diff --git a/tests/torch/requirements.txt b/tests/torch/requirements.txt index 553e2a15f91..9d4f6d0a64e 100644 --- a/tests/torch/requirements.txt +++ b/tests/torch/requirements.txt @@ -27,4 +27,4 @@ fastdownload==0.0.7 sentence-transformers>=2.2.2 optimum-intel==1.25.1 -optimum==1.26.0 +optimum==1.27.0 diff --git a/tests/torch2/requirements.txt b/tests/torch2/requirements.txt index a47019e4ee3..c5b01a4d263 100644 --- a/tests/torch2/requirements.txt +++ b/tests/torch2/requirements.txt @@ -16,6 +16,6 @@ transformers==4.53.0 sentence-transformers==4.1.0 optimum-intel==1.25.1 -optimum==1.26.0 +optimum==1.27.0 accelerate==1.1.0 fastdownload==0.0.7 From 01969474b96c43d84b918a9d9d945232012828e5 Mon Sep 17 00:00:00 2001 From: Alexander Dokuchaev Date: Tue, 12 Aug 2025 15:06:02 +0300 Subject: [PATCH 4/5] transformers==4.53.2 --- examples/llm_compression/torch_fx/tiny_llama/requirements.txt | 2 +- tests/openvino/requirements.txt | 2 +- tests/post_training/requirements.txt | 2 +- tests/torch/requirements.txt | 2 +- tests/torch2/requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/llm_compression/torch_fx/tiny_llama/requirements.txt b/examples/llm_compression/torch_fx/tiny_llama/requirements.txt index 40a3cd83fa6..73fcfe13636 100644 --- a/examples/llm_compression/torch_fx/tiny_llama/requirements.txt +++ b/examples/llm_compression/torch_fx/tiny_llama/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.53.0 +transformers==4.53.2 datasets==2.14.7 openvino==2025.2.0 optimum==1.24.0 diff --git a/tests/openvino/requirements.txt b/tests/openvino/requirements.txt index c40ecf0f9df..118c8f05982 100644 --- a/tests/openvino/requirements.txt +++ b/tests/openvino/requirements.txt @@ -13,6 +13,6 @@ addict>=2.4.0 timm==0.9.2 efficientnet_pytorch==0.7.1 datasets==3.0.1 -transformers==4.53.0 +transformers==4.53.2 optimum-intel==1.25.1 optimum==1.27.0 diff --git a/tests/post_training/requirements.txt b/tests/post_training/requirements.txt index 2d9cf231f1b..3b3f89c3088 100644 --- a/tests/post_training/requirements.txt +++ b/tests/post_training/requirements.txt @@ -18,6 +18,6 @@ tensorboard==2.13.0 tensorflow-io==0.32.0 timm==0.9.2 accelerate==1.1.0 -transformers==4.53.0 +transformers==4.53.2 whowhatbench @ git+https://github.com/openvinotoolkit/openvino.genai@2025.2.0.0#subdirectory=tools/who_what_benchmark datasets==3.1.0 diff --git a/tests/torch/requirements.txt b/tests/torch/requirements.txt index 9d4f6d0a64e..c5915ca77b3 100644 --- a/tests/torch/requirements.txt +++ b/tests/torch/requirements.txt @@ -12,7 +12,7 @@ virtualenv # Required for search_building_blocks tests accelerate==1.1.0 -transformers==4.53.0 +transformers==4.53.2 # Required for movement_sparsity tests datasets==3.0.1 diff --git a/tests/torch2/requirements.txt b/tests/torch2/requirements.txt index c5b01a4d263..0131002ecc0 100644 --- a/tests/torch2/requirements.txt +++ b/tests/torch2/requirements.txt @@ -12,7 +12,7 @@ torchvision addict>=2.4.0 efficientnet_pytorch==0.7.1 -transformers==4.53.0 +transformers==4.53.2 sentence-transformers==4.1.0 optimum-intel==1.25.1 From ba9c1d5ea65d9eb1a2f282ea5692d68222eabd70 Mon Sep 17 00:00:00 2001 From: Alexander Dokuchaev Date: Tue, 12 Aug 2025 15:14:59 +0300 Subject: [PATCH 5/5] f --- .../pruning_groups/Wave2Vec_2.0.dot | 82 +++++++++---------- .../experimental/test_nodes_grouping.py | 2 +- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/tests/torch/data/reference_graphs/pruning_groups/Wave2Vec_2.0.dot b/tests/torch/data/reference_graphs/pruning_groups/Wave2Vec_2.0.dot index 2d5a04473f0..a84ce1a8921 100644 --- a/tests/torch/data/reference_graphs/pruning_groups/Wave2Vec_2.0.dot +++ b/tests/torch/data/reference_graphs/pruning_groups/Wave2Vec_2.0.dot @@ -1,49 +1,49 @@ -strict digraph { -0 [color=red, label="Block: S:1__O:0 +strict digraph { +0 [label="Block: S:1__O:0 Producers: 19 -Consumers: ", style=filled]; -1 [color=grey, label="Block: S:1__O:0 +Consumers: ", color=red, style=filled]; +1 [label="Block: S:1__O:0 Producers: 29 -Consumers: ", style=filled]; -2 [color=red, label="Block: S:24__O:0 +Consumers: ", color=grey, style=filled]; +2 [label="Block: S:24__O:0 Producers: 29 -Consumers: ", style=filled]; -3 [color=red, label="Block: S:1__O:24 +Consumers: ", color=red, style=filled]; +3 [label="Block: S:1__O:24 Producers: 29 -Consumers: ", style=filled]; -4 [color=grey, label="Block: S:1__O:0 -Producers: 30 -Consumers: ", style=filled]; -5 [color=red, label="Block: S:24__O:0 -Producers: 30 -Consumers: ", style=filled]; -6 [color=red, label="Block: S:1__O:24 -Producers: 30 -Consumers: ", style=filled]; -7 [color=grey, label="Block: S:1__O:0 -Producers: 34 -Consumers: ", style=filled]; -8 [color=red, label="Block: S:24__O:0 -Producers: 34 -Consumers: ", style=filled]; -9 [color=red, label="Block: S:1__O:24 -Producers: 34 -Consumers: ", style=filled]; -10 [color=red, label="Block: S:1__O:0 -Producers: 44 -Consumers: ", style=filled]; -11 [color=green, label="Block: S:1__O:0 -Producers: 48 -Consumers: 51", style=filled]; -12 [color=red, label="Block: S:1__O:0 -Producers: 51 -Consumers: ", style=filled]; -13 [color=red, label="Block: S:1__O:0 -Producers: 55 -Consumers: ", style=filled]; -14 [color=red, label="Block: S:1__O:0 +Consumers: ", color=red, style=filled]; +4 [label="Block: S:1__O:0 +Producers: 32 +Consumers: ", color=grey, style=filled]; +5 [label="Block: S:24__O:0 +Producers: 32 +Consumers: ", color=red, style=filled]; +6 [label="Block: S:1__O:24 +Producers: 32 +Consumers: ", color=red, style=filled]; +7 [label="Block: S:1__O:0 +Producers: 35 +Consumers: ", color=grey, style=filled]; +8 [label="Block: S:24__O:0 +Producers: 35 +Consumers: ", color=red, style=filled]; +9 [label="Block: S:1__O:24 +Producers: 35 +Consumers: ", color=red, style=filled]; +10 [label="Block: S:1__O:0 +Producers: 46 +Consumers: ", color=red, style=filled]; +11 [label="Block: S:1__O:0 +Producers: 50 +Consumers: 53", color=green, style=filled]; +12 [label="Block: S:1__O:0 +Producers: 53 +Consumers: ", color=red, style=filled]; +13 [label="Block: S:1__O:0 Producers: 57 -Consumers: ", style=filled]; +Consumers: ", color=red, style=filled]; +14 [label="Block: S:1__O:0 +Producers: 59 +Consumers: ", color=red, style=filled]; 1 -> 2; 1 -> 3; 4 -> 5; diff --git a/tests/torch/pruning/experimental/test_nodes_grouping.py b/tests/torch/pruning/experimental/test_nodes_grouping.py index 830ace3e8ff..42cdce9c981 100644 --- a/tests/torch/pruning/experimental/test_nodes_grouping.py +++ b/tests/torch/pruning/experimental/test_nodes_grouping.py @@ -419,7 +419,7 @@ def __str__(self) -> str: ), ), ref_groups=[ - PruningGroup(block=PruningBlock(), producers={ProducerInfo(48)}, consumers={ConsumerInfo(51)}), + PruningGroup(block=PruningBlock(), producers={ProducerInfo(50)}, consumers={ConsumerInfo(53)}), ], ), ]