Skip to content

Commit 773cf5c

Browse files
authored
add NVIDIA Fixer model (#1865)
Add NVIDIA Fixer Model to model-libraries.ts for model download tracking
1 parent f5d9f06 commit 773cf5c

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
@@ -413,6 +413,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
413413
filter: true,
414414
countDownloads: `path_extension:"bin"`,
415415
},
416+
fixer: {
417+
prettyLabel: "Fixer",
418+
repoName: "Fixer",
419+
repoUrl: "https://github.com/nv-tlabs/Fixer",
420+
filter: false,
421+
countDownloads: `path:"pretrained/pretrained_fixer.pkl"`,
422+
},
416423
flair: {
417424
prettyLabel: "Flair",
418425
repoName: "Flair",

0 commit comments

Comments
 (0)