Unverified Commit 67316444 authored by Nicolas Patry's avatar Nicolas Patry Committed by GitHub
Browse files

Hotifx remove tuple for git config image processor. (#21278)

parent 071529bd
...@@ -55,7 +55,7 @@ IMAGE_PROCESSOR_MAPPING_NAMES = OrderedDict( ...@@ -55,7 +55,7 @@ IMAGE_PROCESSOR_MAPPING_NAMES = OrderedDict(
("dpt", "DPTImageProcessor"), ("dpt", "DPTImageProcessor"),
("efficientformer", "EfficientFormerImageProcessor"), ("efficientformer", "EfficientFormerImageProcessor"),
("flava", "FlavaImageProcessor"), ("flava", "FlavaImageProcessor"),
("git", ("CLIPImageProcessor", "VideoMAEImageProcessor")), ("git", "CLIPImageProcessor"),
("glpn", "GLPNImageProcessor"), ("glpn", "GLPNImageProcessor"),
("groupvit", "CLIPImageProcessor"), ("groupvit", "CLIPImageProcessor"),
("imagegpt", "ImageGPTImageProcessor"), ("imagegpt", "ImageGPTImageProcessor"),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment