We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e1962 commit 341a0c9Copy full SHA for 341a0c9
inference_models/inference_models/models/auto_loaders/models_registry.py
@@ -320,7 +320,7 @@ class RegistryEntry:
320
"num_queries",
321
"num_select",
322
},
323
- ),"InferenceModelsQwen3VLAdapter"
+ ),
324
("rfdetr", INSTANCE_SEGMENTATION_TASK, BackendType.TORCH): LazyClass(
325
module_name="inference_models.models.rfdetr.rfdetr_instance_segmentation_pytorch",
326
class_name="RFDetrForInstanceSegmentationTorch",
0 commit comments