Skip to content

Commit

Permalink
#0: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarmanoj-tt committed Mar 2, 2025
1 parent 59a8b06 commit 28c6b78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/ttnn/unit_tests/operations/test_new_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,8 @@ def run_conv(
weight_mesh_mapper=None,
output_mesh_composer=None,
enable_split_reader=False,
<<<<<<< HEAD
activation="",
=======
preprocess_weights_on_device=True,
>>>>>>> 55b6f9b444 (#0: First commit for loading weights on device)
):
if isinstance(device, ttnn.MeshDevice):
assert input_mesh_mapper is not None, "Expected mesh mapper for input tensor when using device mesh"
Expand Down

0 comments on commit 28c6b78

Please sign in to comment.