mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
relax threshold of InternalNumericalCheck on cpu from 0.0001 to 0.0002 (#15879)
### Description relax threshold of InternalNumericalCheck on cpu from 0.0001 to 0.0002 ### Motivation and Context To fix a failed Unit Test.
This commit is contained in:
parent
36c9ae0f58
commit
bd58109678
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ void TestQuantizedAttentionPastState(int64_t batch,
|
|||
test.AddInput<WeightT>("weight_zero_point", {weight_scale_zp_size}, weight_zero_point);
|
||||
test.AddInput<float>("past", past_dims, past_data);
|
||||
|
||||
test.AddReferenceOutputs(reference_model);
|
||||
test.AddReferenceOutputs(reference_model, 0.0002f);
|
||||
test.Run();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue