We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196d4cb commit 9d86b8cCopy full SHA for 9d86b8c
tests/llm/accuracy_conformance.py
@@ -26,7 +26,7 @@
26
27
REFERENCES = {
28
"llama": {"INT8": 0.95, "INT4": 0.95},
29
- "qwen2": {"INT8": 0.77, "INT4": 0.77},
+ "qwen2": {"INT8": 0.86, "INT4": 0.82},
30
}
31
ACCURACY_THRESHOLDS = {
32
"INT8": 0.05,
0 commit comments