diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 1c421f901b..f98f979ad6 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -469,6 +469,12 @@ 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", + countDownloads: `path:"oasis500m.pt"`, + }, open_clip: { prettyLabel: "OpenCLIP", repoName: "OpenCLIP",