Skip to content

Commit 429576a

Browse files
committed
Fix blip and blip2 processors
1 parent d29d1a7 commit 429576a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transformers/models/auto/processing_auto.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
PROCESSOR_MAPPING_NAMES = OrderedDict(
4343
[
4444
("altclip", "AltCLIPProcessor"),
45-
("blip", "BLIPProcessor"),
46-
("blip-2", "BLIP2Processor"),
45+
("blip", "BlipProcessor"),
46+
("blip-2", "Blip2Processor"),
4747
("bridgetower", "BridgeTowerProcessor"),
4848
("chinese_clip", "ChineseCLIPProcessor"),
4949
("clip", "CLIPProcessor"),

0 commit comments

Comments
 (0)