Skip to content

Commit 9d86b8c

Browse files
authored
[Tests]: updated LLM accuracy references (openvinotoolkit#29135)
1 parent 196d4cb commit 9d86b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llm/accuracy_conformance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
REFERENCES = {
2828
"llama": {"INT8": 0.95, "INT4": 0.95},
29-
"qwen2": {"INT8": 0.77, "INT4": 0.77},
29+
"qwen2": {"INT8": 0.86, "INT4": 0.82},
3030
}
3131
ACCURACY_THRESHOLDS = {
3232
"INT8": 0.05,

0 commit comments

Comments
 (0)