Bumping the TT-NN dependency.
Fixing lowering issue.
E TypeError: __call__(): incompatible function arguments. The following argument types are supported:
E 1. (self: ttnn._ttnn.operations.data_movement.clone_t, input_tensor: ttnn._ttnn.deprecated.tensor.Tensor, *, memory_config: Optional[ttnn._ttnn.deprecated.tensor.MemoryConfig] = None, dtype: Optional[ttnn._ttnn.deprecated.tensor.DataType] = None, queue_id: int = 0) -> ttnn._ttnn.deprecated.tensor.Tensor
E
E Invoked with: <ttnn._ttnn.operations.data_movement.clone_t object at 0x7f53506ff570>, ttnn.Tensor([[ 0.51562, 1.50781, ..., 0.00000, 0.00000],
E [ 1.39844, 1.61719, ..., 0.00000, 0.00000],
E ...,
E [ 0.00000, 0.00000, ..., 0.00000, 0.00000],
E [ 0.00000, 0.00000, ..., 0.00000, 0.00000]], shape=Shape([4[32], 4[32]]), dtype=DataType::BFLOAT16, layout=Layout::TILE), MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt), <DataType.BFLOAT16: 0>
E
E Did you forget to `#include <pybind11/stl.h>`? Or <pybind11/complex.h>,
E <pybind11/functional.h>, <pybind11/chrono.h>, etc. Some automatic
E conversions are optional and require extra headers to be included
E when compiling your pybind11 module.
Ticket
None
Problem description
Several PRs require latest version of Metal wheel
What's changed
Bumping the TT-NN dependency. Fixing lowering issue.