diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index a4506aa535..fa528d1e2e 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -386,6 +386,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { snippets: snippets.fastai, filter: true, }, + fastprint: { + prettyLabel: "Fast Print", + repoName: "Fast Print", + repoUrl: "https://huggingface.co/OpenPeerAI/FastPrint", + countDownloads: `path_extension:"cs"`, + }, fasttext: { prettyLabel: "fastText", repoName: "fastText",