Skip to content

Commit 5b68669

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
loose sdk example verification requirement (#906)
Summary: Pull Request resolved: #906 previous requirement is too tight for every model. Reviewed By: tarun292 Differential Revision: D50280300 fbshipit-source-id: d563084188e023f984e7015ce3765f15bd996a98
1 parent 7427bcc commit 5b68669

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
@@ -262,8 +262,8 @@ int main(int argc, char** argv) {
262262
&bundled_input_allocator,
263263
method_name,
264264
FLAGS_testset_idx,
265-
1e-4, // rtol
266-
1e-8 // atol
265+
1e-3, // rtol
266+
1e-5 // atol
267267
);
268268
ET_CHECK_MSG(
269269
status == Error::Ok,

0 commit comments

Comments
 (0)