[Grounding DINO] Add processor to auto mapping (#31845)

Add model
This commit is contained in:
NielsRogge 2024-07-09 11:28:53 +02:00 committed by GitHub
parent 0abf5e8eae
commit bd760cd13d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,7 @@ PROCESSOR_MAPPING_NAMES = OrderedDict(
("flava", "FlavaProcessor"),
("fuyu", "FuyuProcessor"),
("git", "GitProcessor"),
("grounding-dino", "GroundingDinoProcessor"),
("groupvit", "CLIPProcessor"),
("hubert", "Wav2Vec2Processor"),
("idefics", "IdeficsProcessor"),