How to change bias scale in Tflite model?

I have Tflite model and I can not perform inference for this model. Error is related with diff_scale / output_scale < 0.02. I want to try to change the bias scale in some layers.

Could you give me advice to change the bias scale in the Tflite model?