Skip to content

Commit d56990e

Browse files
authored
Add new model libraries and update existing ones
Added ChaosSIM, Docking@Home, and Cancer@HomeV2. Fixed library alphabetical orders.
1 parent f5d9f06 commit d56990e

File tree

1 file changed

+55
-34
lines changed

1 file changed

+55
-34
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 55 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,25 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
187187
filter: false,
188188
countDownloads: `path:"boltzgen1_diverse.ckpt"`,
189189
},
190+
cancertathomev2: {
191+
prettyLabel: "Cancer@HomeV2",
192+
repoName: "CancerAtHomeV2",
193+
repoUrl: "https://huggingface.co/OpenPeerAI/CancerAtHomeV2",
194+
filter: false,
195+
countDownloads: `path:"setup.py"`,
196+
},
197+
cartesia_pytorch: {
198+
prettyLabel: "Cartesia Pytorch",
199+
repoName: "Cartesia Pytorch",
200+
repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch",
201+
snippets: snippets.cartesia_pytorch,
202+
},
203+
cartesia_mlx: {
204+
prettyLabel: "Cartesia MLX",
205+
repoName: "Cartesia MLX",
206+
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
207+
snippets: snippets.cartesia_mlx,
208+
},
190209
champ: {
191210
prettyLabel: "Champ",
192211
repoName: "Champ",
@@ -200,6 +219,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
200219
snippets: snippets.chatterbox,
201220
countDownloads: `path:"tokenizer.json"`,
202221
filter: false,
222+
},
223+
chaossim: {
224+
prettyLabel: "ChaosSIM",
225+
repoName: "ChaosSIM",
226+
repoUrl: "https://huggingface.co/OpenPeerAI/ChaosSIM/",
227+
countDownloads: `path:"ChaosSim.nb"`,
228+
filter: false,
203229
},
204230
chat_tts: {
205231
prettyLabel: "ChatTTS",
@@ -208,20 +234,41 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
208234
snippets: snippets.chattts,
209235
filter: false,
210236
countDownloads: `path:"asset/GPT.pt"`,
211-
},
237+
},
212238
"chronos-forecasting": {
213239
prettyLabel: "Chronos",
214240
repoName: "Chronos",
215241
repoUrl: "https://github.com/amazon-science/chronos-forecasting",
216242
snippets: snippets.chronos_forecasting,
217243
},
244+
clipscope: {
245+
prettyLabel: "clipscope",
246+
repoName: "clipscope",
247+
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
248+
filter: false,
249+
countDownloads: `path_extension:"pt"`,
250+
},
218251
"cloud-agents": {
219252
prettyLabel: "Cloud Agents",
220253
repoName: "Cloud Agents",
221254
repoUrl: "https://huggingface.co/OpenPeerAI/Cloud-Agents",
222255
filter: false,
223256
countDownloads: `path:"setup.py"`,
257+
},
258+
cosyvoice: {
259+
prettyLabel: "CosyVoice",
260+
repoName: "CosyVoice",
261+
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
262+
filter: false,
263+
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
224264
},
265+
cotracker: {
266+
prettyLabel: "CoTracker",
267+
repoName: "CoTracker",
268+
repoUrl: "https://github.com/facebookresearch/co-tracker",
269+
filter: false,
270+
countDownloads: `path_extension:"pth"`,
271+
},
225272
colpali: {
226273
prettyLabel: "ColPali",
227274
repoName: "ColPali",
@@ -322,44 +369,18 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
322369
repoUrl: "https://github.com/argmaxinc/DiffusionKit",
323370
snippets: snippets.diffusionkit,
324371
},
372+
dockingathome: {
373+
prettyLabel: "Docking@Home",
374+
repoName: "docking-at-home",
375+
repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME",
376+
filter: false,
377+
countDownloads: `path:"setup.py"`,
378+
},
325379
doctr: {
326380
prettyLabel: "docTR",
327381
repoName: "doctr",
328382
repoUrl: "https://github.com/mindee/doctr",
329383
},
330-
cartesia_pytorch: {
331-
prettyLabel: "Cartesia Pytorch",
332-
repoName: "Cartesia Pytorch",
333-
repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch",
334-
snippets: snippets.cartesia_pytorch,
335-
},
336-
cartesia_mlx: {
337-
prettyLabel: "Cartesia MLX",
338-
repoName: "Cartesia MLX",
339-
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
340-
snippets: snippets.cartesia_mlx,
341-
},
342-
clipscope: {
343-
prettyLabel: "clipscope",
344-
repoName: "clipscope",
345-
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
346-
filter: false,
347-
countDownloads: `path_extension:"pt"`,
348-
},
349-
cosyvoice: {
350-
prettyLabel: "CosyVoice",
351-
repoName: "CosyVoice",
352-
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
353-
filter: false,
354-
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
355-
},
356-
cotracker: {
357-
prettyLabel: "CoTracker",
358-
repoName: "CoTracker",
359-
repoUrl: "https://github.com/facebookresearch/co-tracker",
360-
filter: false,
361-
countDownloads: `path_extension:"pth"`,
362-
},
363384
edsnlp: {
364385
prettyLabel: "EDS-NLP",
365386
repoName: "edsnlp",

0 commit comments

Comments
 (0)