Skip to content

Commit 0167612

Browse files
add smolvla to model-libraries.ts
1 parent d5e865f commit 0167612

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
11031103
countDownloads: `path:"model_vae_fp16.pt"`,
11041104
snippets: snippets.threedtopia_xl,
11051105
},
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+
},
11061113
} satisfies Record<string, LibraryUiElement>;
11071114

11081115
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;

0 commit comments

Comments
 (0)