Skip to content

Commit 94f1122

Browse files
committed
update
1 parent 5654d0f commit 94f1122

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ datasets
22
whowhatbench @ git+https://github.com/openvinotoolkit/openvino.genai.git#subdirectory=tools/who_what_benchmark
33
numpy>=1.23.5,<2
44
openvino==2024.5
5-
optimum-intel[openvino]>=1.19.0
5+
optimum-intel>=1.13.0
66
transformers>=4.35.2
77
onnx==1.17.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
torch==2.5.1
22
numpy>=1.23.5,<2
33
openvino==2024.5
4-
optimum-intel[openvino]>=1.13.0
4+
optimum-intel>=1.13.0
55
transformers>=4.35.2
66
onnx==1.17.0

tests/post_training/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ pytest-forked
99

1010
librosa==0.10.0
1111
memory-profiler==0.61.0
12-
optimum-intel==1.20.0
13-
optimum==1.23.1
12+
optimum-intel==1.20.1
13+
optimum==1.23.3
1414
scikit-learn>=1.2.2,<=1.5.0
1515
soundfile==0.12.1
1616
tensorboard==2.13.0
1717
tensorflow-io==0.32.0
1818
timm==0.9.2
19-
transformers==4.38.2
20-
whowhatbench @ git+https://github.com/openvinotoolkit/openvino.genai.git@07b8f05e60e8ea3e0150307a4c91b3ed8f4c6188#subdirectory=tools/who_what_benchmark
19+
transformers==4.46.3
20+
whowhatbench @ git+https://github.com/openvinotoolkit/openvino.genai.git@7d8912ff9df9bcfacf0044d108963cb7618bff69#subdirectory=tools/who_what_benchmark
2121
datasets==2.21.0

0 commit comments

Comments
 (0)