-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TESTS] WhoWhatBench version update (#3241)
### Changes Update whowhatbench version to the latest from GenAI ### Reason for changes To use the latest features from whowhatbench
- Loading branch information
Showing
8 changed files
with
63 additions
and
65 deletions.
There are no files selected for viewing
7 changes: 3 additions & 4 deletions
7
examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
datasets | ||
whowhatbench @ git+https://github.com/andreyanufr/who_what_benchmark.git | ||
numpy>=1.23.5 | ||
whowhatbench @ git+https://github.com/openvinotoolkit/openvino.genai#subdirectory=tools/who_what_benchmark | ||
numpy>=1.23.5,<2 | ||
openvino==2025.0 | ||
optimum-intel[openvino]>=1.13.0 | ||
optimum-intel>=1.13.0 | ||
transformers>=4.35.2 | ||
onnx==1.17.0 | ||
numpy<2 |
6 changes: 1 addition & 5 deletions
6
examples/llm_compression/openvino/tiny_llama_synthetic_data/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
torch==2.5.1 | ||
datasets==3.0.1 | ||
numpy>=1.23.5 | ||
numpy>=1.23.5,<2 | ||
openvino==2025.0 | ||
optimum-intel[openvino]>=1.13.0 | ||
optimum-intel>=1.13.0 | ||
transformers>=4.35.2 | ||
onnx==1.17.0 | ||
numpy<2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 28 additions & 28 deletions
56
tests/post_training/data/wwb_ref_answers/tinyllama__tinyllama-1.1b-step-50k-105b/ref_qa.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,13 @@ pytest-split | |
|
||
librosa==0.10.0 | ||
memory-profiler==0.61.0 | ||
optimum-intel==1.15.2 | ||
optimum==1.17.1 | ||
optimum-intel==1.21.0 | ||
optimum==1.23.3 | ||
scikit-learn>=1.2.2,<=1.5.0 | ||
soundfile==0.12.1 | ||
tensorboard==2.13.0 | ||
tensorflow-io==0.32.0 | ||
timm==0.9.2 | ||
transformers==4.38.2 | ||
whowhatbench @ git+https://github.com/andreyanufr/who_what_benchmark@456d3584ce628f6c8605f37cd9a3ab2db1ebf933 | ||
datasets==2.21.0 | ||
transformers==4.46.3 | ||
whowhatbench @ git+https://github.com/openvinotoolkit/[email protected]#subdirectory=tools/who_what_benchmark | ||
datasets==3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters