We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e93004 commit 3cdccbaCopy full SHA for 3cdccba
src/transformers/pipelines/__init__.py
@@ -278,7 +278,7 @@
278
"image-to-text": {
279
"impl": ImageToTextPipeline,
280
"pt": (AutoModelForImageTextToText,) if is_torch_available() else (),
281
- "default": {"model": ("ydshieh/vit-gpt2-coco-en", "5bebf1e")},
+ "default": {"model": ("ydshieh/vit-gpt2-coco-en", "e460201")},
282
"type": "multimodal",
283
},
284
"image-text-to-text": {
0 commit comments