hailo_model_optimization.acceleras.utils.acceleras_exceptions.AccelerasUnsupportedError: layer yolov8n/matmul4 does not support shift delta. To overcome this issue you should force larger range at the inputs of the layer using command quantization_param([layer_name], force_range_in=[range_min, range_max], force_range_index=index) current range of input 0 is [0.001, 0.020] and input 1 is [-3.650, 5.073].You should increase the multiplication of these ranges by a factor of 3.237, e.g. you can apply factor of sqrt(3.237) to both inputs:
quantization_param([yolov8n/matmul4], force_range_in=[0.002, 0.036], force_range_index=0)
quantization_param([yolov8n/matmul4], force_range_in=[-6.567, 9.127], force_range_index=1)