Skip to content

Commit 91de41e

Browse files
[ci] Add pillow to examples requirements (#3775)
### Changes Add pillow to requirements to tests that used optimum-intel ### Reason for changes Removed pymoo from nncf requirements ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/19937487729
1 parent 9ca7ee8 commit 91de41e

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

examples/llm_compression/onnx/tiny_llama/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ optimum==2.0.0
66
onnx==1.19.1
77
onnxruntime==1.21.1
88
torch==2.9.0
9+
pillow==12.0.0

examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ optimum==2.0.0
77
onnx==1.17.0
88
onnxruntime==1.21.1
99
datasets==2.14.7
10+
pillow==12.0.0

examples/llm_compression/openvino/smollm2_360m_codebook/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ transformers==4.53.0
66
onnx==1.17.0
77
torch==2.9.0
88
torchvision==0.24.0
9+
pillow==12.0.0

examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ optimum==2.0.0
66
transformers==4.53.0
77
onnx==1.17.0
88
torch==2.9.0
9+
pillow==12.0.0

examples/llm_compression/openvino/tiny_llama/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ optimum-onnx==0.0.3
66
optimum==2.0.0
77
torch==2.9.0
88
transformers==4.53.0
9+
pillow==12.0.0

examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ optimum==2.0.0
77
transformers==4.53.0
88
onnx==1.17.0
99
torch==2.9.0
10+
pillow==12.0.0

examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ optimum-onnx==0.0.3
77
optimum==2.0.0
88
transformers==4.53.0
99
onnx==1.17.0
10+
pillow==12.0.0

examples/llm_compression/torch/distillation_qat_with_lora/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ optimum-onnx==0.0.3
77
optimum==2.0.0
88
transformers==4.53.0
99
lm_eval==0.4.8
10+
pillow==12.0.0

examples/llm_compression/torch/downstream_qat_with_nls/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ optimum-onnx==0.0.3
77
optimum==2.0.0
88
transformers==4.53.0
99
lm_eval==0.4.8
10+
pillow==12.0.0

0 commit comments

Comments
 (0)