Skip to content

Commit df0d3e1

Browse files
Mentors4EDUWauplin
andauthored
Add new model libraries and update existing ones (#1863)
Added ChaosSIM, Docking@Home, and Cancer@HomeV2. Fixed library alphabetical orders. --------- Co-authored-by: Lucain <[email protected]>
1 parent 3a4507d commit df0d3e1

File tree

1 file changed

+54
-33
lines changed

1 file changed

+54
-33
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 54 additions & 33 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: "Cancer@HomeV2",
193+
repoUrl: "https://huggingface.co/OpenPeerAI/CancerAtHomeV2",
194+
filter: false,
195+
countDownloads: `path:"run.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",
@@ -201,6 +220,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
201220
countDownloads: `path:"tokenizer.json"`,
202221
filter: false,
203222
},
223+
chaossim: {
224+
prettyLabel: "ChaosSIM",
225+
repoName: "ChaosSIM",
226+
repoUrl: "https://huggingface.co/OpenPeerAI/ChaosSIM/",
227+
countDownloads: `path:"ChaosSim.nb"`,
228+
filter: false,
229+
},
204230
chat_tts: {
205231
prettyLabel: "ChatTTS",
206232
repoName: "ChatTTS",
@@ -215,13 +241,34 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
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"`,
224257
},
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"`,
264+
},
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",
@@ -329,44 +376,18 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
329376
repoUrl: "https://github.com/argmaxinc/DiffusionKit",
330377
snippets: snippets.diffusionkit,
331378
},
379+
"docking-at-home": {
380+
prettyLabel: "Docking@Home",
381+
repoName: "Docking@Home",
382+
repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME",
383+
filter: false,
384+
countDownloads: `path:"setup.py"`,
385+
},
332386
doctr: {
333387
prettyLabel: "docTR",
334388
repoName: "doctr",
335389
repoUrl: "https://github.com/mindee/doctr",
336390
},
337-
cartesia_pytorch: {
338-
prettyLabel: "Cartesia Pytorch",
339-
repoName: "Cartesia Pytorch",
340-
repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch",
341-
snippets: snippets.cartesia_pytorch,
342-
},
343-
cartesia_mlx: {
344-
prettyLabel: "Cartesia MLX",
345-
repoName: "Cartesia MLX",
346-
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
347-
snippets: snippets.cartesia_mlx,
348-
},
349-
clipscope: {
350-
prettyLabel: "clipscope",
351-
repoName: "clipscope",
352-
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
353-
filter: false,
354-
countDownloads: `path_extension:"pt"`,
355-
},
356-
cosyvoice: {
357-
prettyLabel: "CosyVoice",
358-
repoName: "CosyVoice",
359-
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
360-
filter: false,
361-
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
362-
},
363-
cotracker: {
364-
prettyLabel: "CoTracker",
365-
repoName: "CoTracker",
366-
repoUrl: "https://github.com/facebookresearch/co-tracker",
367-
filter: false,
368-
countDownloads: `path_extension:"pth"`,
369-
},
370391
edsnlp: {
371392
prettyLabel: "EDS-NLP",
372393
repoName: "edsnlp",

0 commit comments

Comments
 (0)