Skip to content

Commit cd867cd

Browse files
Add TiC-CLIP (#750)
cc @osanseviero @pcuenca as discussed added it to have the model counts rather than having it as a library --------- Co-authored-by: Omar Sanseviero <[email protected]>
1 parent 774c609 commit cd867cd

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
@@ -422,6 +422,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
422422
repoUrl: "https://github.com/TensorSpeech/TensorFlowTTS",
423423
snippets: snippets.tensorflowtts,
424424
},
425+
"tic-clip": {
426+
prettyLabel: "TiC-CLIP",
427+
repoName: "TiC-CLIP",
428+
repoUrl: "https://github.com/apple/ml-tic-clip",
429+
filter: false,
430+
countDownloads: { wildcard: { path: "checkpoints/*.pt" } },
431+
},
425432
timesfm: {
426433
prettyLabel: "TimesFM",
427434
repoName: "timesfm",

0 commit comments

Comments
 (0)