We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b995d commit bc2619fCopy full SHA for bc2619f
packages/tasks/src/model-libraries.ts
@@ -212,6 +212,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
212
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
213
snippets: snippets.cartesia_mlx,
214
},
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
+ },
222
cotracker: {
223
prettyLabel: "CoTracker",
224
repoName: "CoTracker",
0 commit comments