Closed kkeerthana0573 closed 1 month ago
cc: @boris-drazic
@kkeerthana0573 The test is missing device params for L1 small space. Please add this to the test:
@pytest.mark.parametrize("device_params", [{"l1_small_size": 16384}], indirect=True)
The issue is solved. Thank you.
Describe the bug ttnn.Conv1d fails with L1 OOM issue for SqueezeBERT.
On WH - n300:
To Reproduce Steps to reproduce the behavior:
pytest tests/ttnn/unit_tests/operations/test_squeezebert_conv1d.py::test_squeezebert_attention
.Expected behavior Expected to pass the testcase.
Please complete the following environment information: OS: [e.g. Ubuntu 20.04] Devices: WH(n300)