diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 9641ed689c..2be8888765 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -389,6 +389,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: true, countDownloads: `path:"pytorch_model.bin"`, }, + fme: { + prettyLabel: "fme", + repoName: "fme", + repoUrl: "https://github.com/ai2cm/ace", + docsUrl: "https://ai2-climate-emulator.readthedocs.io/en/latest/", + filter: false, + countDownloads: `path_extension:"tar"`, + }, "gemma.cpp": { prettyLabel: "gemma.cpp", repoName: "gemma.cpp",