We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e865f commit 0167612Copy full SHA for 0167612
packages/tasks/src/model-libraries.ts
@@ -1103,6 +1103,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
1103
countDownloads: `path:"model_vae_fp16.pt"`,
1104
snippets: snippets.threedtopia_xl,
1105
},
1106
+ "smolvla": {
1107
+ prettyLabel: "SmolVLA",
1108
+ repoName: "lerobot",
1109
+ repoUrl: "https://github.com/huggingface/lerobot/blob/main/lerobot/common/policies/smolvla",
1110
+ docsUrl: "https://huggingface.co/docs/lerobot/smolvla",
1111
+ filter: false,
1112
+ },
1113
} satisfies Record<string, LibraryUiElement>;
1114
1115
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
0 commit comments