Skip to content

Commit b166663

Browse files
committed
🚨 Fix lint
1 parent 2d3a655 commit b166663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎packages/tasks/src/model-libraries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
469469
filter: true,
470470
countDownloads: `path_extension:"nemo" OR path:"model_config.yaml"`,
471471
},
472-
open-oasis: {
472+
"open-oasis": {
473473
prettyLabel: "open-oasis",
474474
repoName: "open-oasis",
475475
repoUrl: "https://github.com/etched-ai/open-oasis",
@@ -699,7 +699,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
699699
filter: false,
700700
countDownloads: `path_extension:"safetensors" OR path_extension:"pt"`,
701701
},
702-
"genmo": {
702+
genmo: {
703703
prettyLabel: "Genmo",
704704
repoName: "Genmo",
705705
repoUrl: "https://github.com/genmoai/models",

0 commit comments

Comments
 (0)