Skip to content

Commit

Permalink
[Grounding DINO] Add processor to auto mapping (huggingface#31845)
Browse files Browse the repository at this point in the history
Add model
  • Loading branch information
NielsRogge authored Jul 9, 2024
1 parent 0abf5e8 commit bd760cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformers/models/auto/processing_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
("flava", "FlavaProcessor"),
("fuyu", "FuyuProcessor"),
("git", "GitProcessor"),
("grounding-dino", "GroundingDinoProcessor"),
("groupvit", "CLIPProcessor"),
("hubert", "Wav2Vec2Processor"),
("idefics", "IdeficsProcessor"),
Expand Down

0 comments on commit bd760cd

Please sign in to comment.