We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_pipeline_call_is_async
1 parent 2822350 commit 182c7c7Copy full SHA for 182c7c7
tests/deepsparse/pipelines/test_pipeline.py
@@ -160,4 +160,4 @@ def sleep_then_engine_forward(xs, context):
160
161
# instead of doing a hard comparison of timing for each separate
162
# duration, do relative comparison of timing
163
- assert numpy.allclose(dur_1_worker / dur_2_worker, 2, atol=0.15)
+ assert numpy.allclose(dur_1_worker / dur_2_worker, 2, atol=0.4)
0 commit comments