Skip to content

Commit 1702abc

Browse files
optimum==2.1.0
1 parent 1117bab commit 1702abc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/llm_compression/onnx/tiny_llama/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ transformers==4.53.0
22
openvino==2025.4.1
33
optimum-intel[openvino]==1.27.0
44
optimum-onnx==0.1.0
5-
optimum==2.0.0
5+
optimum==2.1.0
66
onnx==1.19.1
77
onnxruntime==1.21.1
88
torch==2.9.0

examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ transformers==4.53.0
33
openvino==2025.4.1
44
optimum-intel[openvino]==1.27.0
55
optimum-onnx==0.1.0
6-
optimum==2.0.0
6+
optimum==2.1.0
77
onnx==1.17.0
88
onnxruntime==1.21.1
99
datasets==4.4.1

tests/openvino/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ datasets
1818
transformers==4.53.0
1919
optimum-intel==1.27.0
2020
optimum-onnx==0.1.0
21-
optimum==2.0.0
21+
optimum==2.1.0

0 commit comments

Comments
 (0)