Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading