Skip to content

Commit

Permalink
Update packages/tasks/src/const.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cuenca <[email protected]>
  • Loading branch information
osanseviero and pcuenca authored Nov 22, 2023
1 parent 2dafd23 commit e2c7e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const TASKS_MODEL_LIBRARIES: Record<PipelineType, ModelLibraryKey[]> = {
"image-segmentation": ["transformers", "transformers.js"],
"image-to-image": ["diffusers"],
"image-to-text": ["transformers.js"],
"video-classification": [],
"video-classification": ["transformers"],
"mask-generation": ["transformers"],
"multiple-choice": ["transformers"],
"object-detection": ["transformers", "transformers.js"],
Expand Down

0 comments on commit e2c7e5a

Please sign in to comment.