Skip to content

Commit bc2619f

Browse files
add CLIP-ViT-L-scope
1 parent 27b995d commit bc2619f

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
@@ -212,6 +212,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
212212
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
213213
snippets: snippets.cartesia_mlx,
214214
},
215+
"clip-scope": {
216+
prettyLabel: "CLIP-ViT-L-scope",
217+
repoName: "CLIP-ViT-L-scope",
218+
repoUrl: "https://github.com/Lewington-pitsos/vitsae",
219+
filter: false,
220+
countDownloads: `path_extension:"pt"`,
221+
},
215222
cotracker: {
216223
prettyLabel: "CoTracker",
217224
repoName: "CoTracker",

0 commit comments

Comments
 (0)