Skip to content

Commit 7508458

Browse files
Add image-text-to-text to libraries-tasks to enable pipeline snippets (#1126)
We recently merged an image-text-to-text pipeline so enabling this Co-authored-by: vb <[email protected]>
1 parent d43b6a9 commit 7508458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tasks/src/library-to-tasks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export const LIBRARY_TASK_MAPPING: Partial<Record<ModelLibraryKey, PipelineType[
5555
"image-segmentation",
5656
"image-to-image",
5757
"image-to-text",
58+
"image-text-to-text",
59+
"mask-generation",
5860
"object-detection",
5961
"question-answering",
6062
"summarization",

0 commit comments

Comments
 (0)