tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
303 stars 26 forks source link

test disabled: yolo error on CI #8749

Open mywoodstock opened 1 month ago

mywoodstock commented 1 month ago

https://github.com/tenstorrent/tt-metal/actions/runs/9201068727/job/25308756588

Locally unable to repro -- get a different error:

FAILED2024-05-23 04:06:09.582 | DEBUG    | ttnn:manage_config:145 - Restored ttnn.CONFIG.report_name to None

======================================================================================================================================================================================================== FAILURES ========================================================================================================================================================================================================
_______________________________________________________________________________________________________________________________________________________________________________________ test_resblock[device_l1_small_size=32768] ________________________________________________________________________________________________________________________________________________________________________________________

device = <tt_lib.device.Device object at 0x7f845fc57870>, reset_seeds = None, model_location_generator = <function model_location_generator.<locals>.model_location_generator_ at 0x7f845fc50e50>

    @pytest.mark.parametrize("device_l1_small_size", [32768], indirect=True)
    @skip_for_wormhole_b0()
    def test_resblock(device, reset_seeds, model_location_generator):
        model_path = model_location_generator("models", model_subdir="Yolo")
>       weights_pth = str(model_path / "yolov4.pth")
E       TypeError: unsupported operand type(s) for /: 'str' and 'str'

tests/ttnn/integration_tests/yolov4/test_ttnn_resblock.py:66: TypeError
================================================================================================================================================================================================ short test summary info =================================================================================================================================================================================================
FAILED tests/ttnn/integration_tests/yolov4/test_ttnn_resblock.py::test_resblock[device_l1_small_size=32768] - TypeError: unsupported operand type(s) for /: 'str' and 'str'
tt-rkim commented 1 month ago

I think you need to try on a Cloud GS machine.