diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 168f1471a..bfc366b9e 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -212,6 +212,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/cartesia-ai/cartesia_mlx", snippets: snippets.cartesia_mlx, }, + "clip-vit-l-scope": { + prettyLabel: "CLIP-ViT-L-scope", + repoName: "CLIP-ViT-L-scope", + repoUrl: "https://github.com/Lewington-pitsos/clipscope", + filter: false, + countDownloads: `path_extension:"pt"`, + }, cotracker: { prettyLabel: "CoTracker", repoName: "CoTracker",