fix(rf_detr): fix failing tests (#45845)
* fix(rf_detr): auto-fix failing tests
Fixed 3 test(s):
- tests/models/rf_detr/test_modeling_rf_detr.py::RfDetrModelTest::test_model_parallelism
- tests/models/rf_detr/test_modeling_rf_detr.py::RfDetrModelIntegrationTest::test_inference_object_detection
- tests/models/rf_detr/test_modeling_rf_detr.py::RfDetrModelIntegrationTest::test_inference_segmentation
* fix format issue
Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
* update
Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
---------
Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>