DINO-FAN_base INT8 model is not faster than FP16 model

Hi,
After checking, right now we don’t support int8 in DINO (the detection model arch) as the accuracy would drop a lot. And the reason for slower int8 trt engine is that many layers in DINO transformer fail to support INT8 so they’re converted to FP32 instead.