Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/python/relax/test_frontend_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,8 @@ def verify_attention(
"mask_index": mask_index,
"relative_position_bias": relative_position_bias,
},
# Maximum observed delta from 500 iterations was 2e-4.
atol=1e-3,
)
# "present" output should be nullptr when the "past" input isn't included,
# but ort requires an output shape to be specified?
Expand Down