From 5515dd3b0d68cec320a53268786f48e6cd1aabaf Mon Sep 17 00:00:00 2001 From: Julian Quevedo Date: Thu, 31 Oct 2024 16:25:33 -0700 Subject: [PATCH 1/4] Add countDownloads for Oasis --- packages/tasks/src/model-libraries.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 1c421f901b..da99440cb8 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -469,6 +469,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: true, countDownloads: `path_extension:"nemo" OR path:"model_config.yaml"`, }, + open_oasis: { + prettyLabel: "open-oasis", + repoName: "open-oasis", + repoUrl: "https://github.com/etched-ai/open-oasis", + filter: true, + countDownloads: `path_extension:"pt"`, + }, open_clip: { prettyLabel: "OpenCLIP", repoName: "OpenCLIP", From 70d2497e8570355ce7fbbedc0f9025167430221d Mon Sep 17 00:00:00 2001 From: Julian Quevedo Date: Fri, 1 Nov 2024 16:58:13 -0700 Subject: [PATCH 2/4] Update packages/tasks/src/model-libraries.ts Co-authored-by: Lucain --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index da99440cb8..4f71f57ab3 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -474,7 +474,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoName: "open-oasis", repoUrl: "https://github.com/etched-ai/open-oasis", filter: true, - countDownloads: `path_extension:"pt"`, + countDownloads: `path:"oasis500m.pt"`, }, open_clip: { prettyLabel: "OpenCLIP", From 3cefaf1f55c46153c0385dcb3249e5abd8067cd6 Mon Sep 17 00:00:00 2001 From: Julian Quevedo Date: Fri, 1 Nov 2024 16:58:22 -0700 Subject: [PATCH 3/4] Update packages/tasks/src/model-libraries.ts Co-authored-by: Lucain --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 4f71f57ab3..5ebee53b79 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -469,7 +469,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: true, countDownloads: `path_extension:"nemo" OR path:"model_config.yaml"`, }, - open_oasis: { + open-oasis: { prettyLabel: "open-oasis", repoName: "open-oasis", repoUrl: "https://github.com/etched-ai/open-oasis", From 75f0e07c3b30caa6deb61398d6c50e11e9b41fe4 Mon Sep 17 00:00:00 2001 From: Julian Quevedo Date: Fri, 1 Nov 2024 16:58:26 -0700 Subject: [PATCH 4/4] Update packages/tasks/src/model-libraries.ts Co-authored-by: Lucain --- packages/tasks/src/model-libraries.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 5ebee53b79..f98f979ad6 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -473,7 +473,6 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { prettyLabel: "open-oasis", repoName: "open-oasis", repoUrl: "https://github.com/etched-ai/open-oasis", - filter: true, countDownloads: `path:"oasis500m.pt"`, }, open_clip: {