Skip to content

Commit

Permalink
Relax atol precision
Browse files Browse the repository at this point in the history
  • Loading branch information
brataTT committed Jan 7, 2025
1 parent 16fb250 commit efc8f83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/torch/test_constant_fold.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ def forward(self, x):
cc = CompilerConfig()
cc.enable_consteval = True
cc.consteval_parameters = True
verify_module(Basic(), input_shapes=[(32, 32)], compiler_config=cc)
verify_module(
Basic(), input_shapes=[(32, 32)], compiler_config=cc, required_atol=0.02
)

0 comments on commit efc8f83

Please sign in to comment.