Skip to content

Commit cda6fed

Browse files
pcuencamerveenoyanWauplin
authored
Add sharp as a library (#1888)
Model: https://huggingface.co/apple/Sharp --------- Co-authored-by: Merve Noyan <merveenoyan@gmail.com> Co-authored-by: Lucain <lucain@huggingface.co>
1 parent 5e5c727 commit cda6fed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
788788
filter: true,
789789
countDownloads: `path_extension:"onnx"`,
790790
},
791+
"ml-sharp": {
792+
prettyLabel: "Sharp",
793+
repoName: "Sharp",
794+
repoUrl: "https://github.com/apple/ml-sharp",
795+
filter: false,
796+
countDownloads: `path_extension:"pt"`,
797+
},
791798
mlx: {
792799
prettyLabel: "MLX",
793800
repoName: "MLX",

0 commit comments

Comments
 (0)