Skip to content

Commit 9ca0d69

Browse files
authored
[QNN] Relax tolerances for ONNX attention node tests (#26004)
### Description * Relax tolerances for ONNX attention node tests ### Motivation and Context * Tests failing in Qualcomm Internal CI before relaxing tolerances, tests passing after
1 parent 7fa13a6 commit 9ca0d69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

onnxruntime/test/testdata/onnx_backend_test_series_overrides.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Key: str, the name of the test as defined by ONNX without any device suffix.
55
// Val: float, max absolute difference between expected and actual.
66
"atol_overrides": {
7+
"test_attention_4d_fp16": 5e-4,
8+
"test_attention_4d_gqa_with_past_and_present_fp16": 6e-4,
79
"test_dft": 1e-3,
810
"test_dft_axis": 1e-3,
911
"test_dft_inverse": 1e-3,

0 commit comments

Comments
 (0)