Skip to content

Commit 04300af

Browse files
authored
Update model-libraries.ts
Add self-forcing library and custom countDownloads rule
1 parent 8562250 commit 04300af

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
@@ -923,6 +923,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
923923
filter: false,
924924
countDownloads: `path_extension:"pth"`,
925925
},
926+
"self-forcing": {
927+
prettyLabel: "SelfForcing",
928+
repoName: "SelfForcing",
929+
repoUrl: "https://github.com/guandeh17/Self-Forcing",
930+
filter: false,
931+
countDownloads: `path_extension:"pt"`,
932+
},
926933
"sentence-transformers": {
927934
prettyLabel: "sentence-transformers",
928935
repoName: "sentence-transformers",

0 commit comments

Comments
 (0)