Hi! I am running a Roboflow model through a pipeline in Google Colab. I am encountering multiple ImportError issues when trying to run rfdetr (v1.2.1). The library appears to import several internal utilities from transformers.utils (such as torch_int and potentially others) that have been removed in recent transformers versions.
I have tried downgrading transformers (to 4.35.2 and 4.36.2), but the imports still fail.
Could you please specify the exact transformers version required for rfdetr v1.2.1, or is there a patch available to remove these dependencies on internal utilities?