We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8562250 commit dc57790Copy full SHA for dc57790
packages/tasks/src/model-libraries.ts
@@ -923,6 +923,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
923
filter: false,
924
countDownloads: `path_extension:"pth"`,
925
},
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
+ },
933
"sentence-transformers": {
934
prettyLabel: "sentence-transformers",
935
repoName: "sentence-transformers",
0 commit comments