Skip to content

Commit 3cdccba

Browse files
authored
Update revision so that there is a safetensors model (#42618)
1 parent 2e93004 commit 3cdccba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/pipelines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
"image-to-text": {
279279
"impl": ImageToTextPipeline,
280280
"pt": (AutoModelForImageTextToText,) if is_torch_available() else (),
281-
"default": {"model": ("ydshieh/vit-gpt2-coco-en", "5bebf1e")},
281+
"default": {"model": ("ydshieh/vit-gpt2-coco-en", "e460201")},
282282
"type": "multimodal",
283283
},
284284
"image-text-to-text": {

0 commit comments

Comments
 (0)