Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Aug 15, 2024
1 parent ba1790d commit e6c5239
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/pnnx/tests/ncnn/test_F_rms_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def test():

for a0, b0 in zip(a, b):
if not torch.allclose(a0, b0, 1e-4, 1e-4):
print(a0)
print(b0)
return False
return True

Expand Down

0 comments on commit e6c5239

Please sign in to comment.