Skip to content

Commit 9911cd8

Browse files
authored
Add extras to installtion of wwb to tests/llm (#34470)
### Details: - install specific extension of wwb module for llm accuracy tests to avoid too complex dependency structure Corresponding PR to WWB requirements in openvino.genai openvinotoolkit/openvino.genai#3439 ### Tickets: - [CVS-181664](https://jira.devtools.intel.com/browse/CVS-181664) ### AI Assistance: - no
1 parent 9d77cc4 commit 9911cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-c ../constraints.txt
22
--extra-index-url https://download.pytorch.org/whl/cpu
33
optimum-intel[tests,nncf]
4-
whowhatbench @ git+https://github.com/openvinotoolkit/openvino.genai.git#subdirectory=tools/who_what_benchmark
4+
whowhatbench[llm-test-openvino] @ git+https://github.com/openvinotoolkit/openvino.genai.git#subdirectory=tools/who_what_benchmark
55
pytest
66
jinja2>=3.1.0

0 commit comments

Comments
 (0)