HEF format is not compatible with device. Device arch: HAILO8L, HEF arch: HAILO8

Hi @hyperwolf,

The Hailo Model Zoo master branch has been updated to version 2.14.0 due to the upcoming Software Suite release (2025-01). Therefore, some models are not available for Hailo-8L yet. Apologies for the inconvenience.
Please get the model from the Model Zoo version 2.13.0, which is compatible with HailoRT 4.19.0.
You can use hailortcli parse-hef command to verify the architecture the HEF
was compiled for. For example, using v2.13 arcface_r50 model:

hailortcli parse-hef arcface_r50.hef 
Architecture HEF was compiled for: HAILO8L
Network group name: arcface_r50, Multi Context - Number of contexts: 6
    Network name: arcface_r50/arcface_r50
        VStream infos:
            Input  arcface_r50/input_layer1 UINT8, NHWC(112x112x3)
            Output arcface_r50/fc1 UINT8, NC(512)