Skip to content

Commit 0459464

Browse files
timodonnellWauplin
andauthored
Update model-libraries.ts (#1821)
Add BoltzGen library. [Code](https://github.com/HannesStark/boltzgen) and [Models](https://huggingface.co/boltzgen/models) will be made public in the next day. --------- Co-authored-by: Lucain <[email protected]>
1 parent 1783a15 commit 0459464

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
@@ -180,6 +180,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
180180
filter: false,
181181
countDownloads: `path:"params.index.json"`,
182182
},
183+
boltzgen: {
184+
prettyLabel: "BoltzGen",
185+
repoName: "BoltzGen",
186+
repoUrl: "https://github.com/HannesStark/boltzgen",
187+
filter: false,
188+
countDownloads: `path:"boltzgen1_diverse.ckpt"`,
189+
},
183190
champ: {
184191
prettyLabel: "Champ",
185192
repoName: "Champ",

0 commit comments

Comments
 (0)