Skip to content

Commit e228e68

Browse files
Songhao Jiafacebook-github-bot
authored andcommitted
loose sdk example verification requirement
Summary: previous requirement is too tight for every model. Differential Revision: D50280300
1 parent 7a931b2 commit e228e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sdk/sdk_example_runner/sdk_example_runner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ int main(int argc, char** argv) {
269269
&bundled_input_allocator,
270270
method_name,
271271
FLAGS_testset_idx,
272-
1e-4, // rtol
273-
1e-8 // atol
272+
1e-3, // rtol
273+
1e-5 // atol
274274
);
275275
ET_CHECK_MSG(
276276
status == Error::Ok,

0 commit comments

Comments
 (0)