Skip to content

Commit 8cc845c

Browse files
Mentors4EDUWauplin
andauthored
Add Fast Print (#1774)
Adding Fast Print for tracking downloads: https://huggingface.co/OpenPeerAI/FastPrint --------- Co-authored-by: Lucain <[email protected]>
1 parent cc10c31 commit 8cc845c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
386386
snippets: snippets.fastai,
387387
filter: true,
388388
},
389+
fastprint: {
390+
prettyLabel: "Fast Print",
391+
repoName: "Fast Print",
392+
repoUrl: "https://huggingface.co/OpenPeerAI/FastPrint",
393+
countDownloads: `path_extension:"cs"`,
394+
},
389395
fasttext: {
390396
prettyLabel: "fastText",
391397
repoName: "fastText",

0 commit comments

Comments
 (0)