Skip to content

Commit 66788e9

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: 634ade693ea0e893c26ce705c868748eb4c73ec9
1 parent 8a7ed13 commit 66788e9

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)