Skip to content

Commit

Permalink
#0: squash this
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-nshanker committed Feb 21, 2024
1 parent a7c1831 commit c7faf40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ def test_unet_2d_condition_model_512x512(device, batch_size, in_channels, input_
reader_patterns_cache=reader_patterns_cache,
)
ttnn_output = ttnn_to_torch(ttnn_output)
assert_with_pcc(torch_output, ttnn_output, pcc=0.80)
assert_with_pcc(torch_output, ttnn_output, pcc=0.99)

0 comments on commit c7faf40

Please sign in to comment.