HailoMZ warning Ignoring classes parameter since the model has no NMS post-proces

i have try runnning the compilation on yolov8m-seg and im getting this warning . How to solve this issue

The classeas flag is used when nms is done as part of the HEF.
It has no effect on yolov8_seg. You can remove the flag and ignore the warning.

this means that the segmentation_nms from .alls should be included right based on this info

but in my model it dint include i im getting this error

image