From d56990e35fcccba5fdf371de6c8a549e87d5d02f Mon Sep 17 00:00:00 2001 From: Andrew Kamal Date: Sat, 29 Nov 2025 11:15:27 -0500 Subject: [PATCH 1/4] Add new model libraries and update existing ones Added ChaosSIM, Docking@Home, and Cancer@HomeV2. Fixed library alphabetical orders. --- packages/tasks/src/model-libraries.ts | 89 +++++++++++++++++---------- 1 file changed, 55 insertions(+), 34 deletions(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 16ec332a2a..8355f3abae 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -187,6 +187,25 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path:"boltzgen1_diverse.ckpt"`, }, + cancertathomev2: { + prettyLabel: "Cancer@HomeV2", + repoName: "CancerAtHomeV2", + repoUrl: "https://huggingface.co/OpenPeerAI/CancerAtHomeV2", + filter: false, + countDownloads: `path:"setup.py"`, + }, + cartesia_pytorch: { + prettyLabel: "Cartesia Pytorch", + repoName: "Cartesia Pytorch", + repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch", + snippets: snippets.cartesia_pytorch, + }, + cartesia_mlx: { + prettyLabel: "Cartesia MLX", + repoName: "Cartesia MLX", + repoUrl: "https://github.com/cartesia-ai/cartesia_mlx", + snippets: snippets.cartesia_mlx, + }, champ: { prettyLabel: "Champ", repoName: "Champ", @@ -200,6 +219,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { snippets: snippets.chatterbox, countDownloads: `path:"tokenizer.json"`, filter: false, + }, + chaossim: { + prettyLabel: "ChaosSIM", + repoName: "ChaosSIM", + repoUrl: "https://huggingface.co/OpenPeerAI/ChaosSIM/", + countDownloads: `path:"ChaosSim.nb"`, + filter: false, }, chat_tts: { prettyLabel: "ChatTTS", @@ -208,20 +234,41 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { snippets: snippets.chattts, filter: false, countDownloads: `path:"asset/GPT.pt"`, - }, + }, "chronos-forecasting": { prettyLabel: "Chronos", repoName: "Chronos", repoUrl: "https://github.com/amazon-science/chronos-forecasting", snippets: snippets.chronos_forecasting, }, + clipscope: { + prettyLabel: "clipscope", + repoName: "clipscope", + repoUrl: "https://github.com/Lewington-pitsos/clipscope", + filter: false, + countDownloads: `path_extension:"pt"`, + }, "cloud-agents": { prettyLabel: "Cloud Agents", repoName: "Cloud Agents", repoUrl: "https://huggingface.co/OpenPeerAI/Cloud-Agents", filter: false, countDownloads: `path:"setup.py"`, + }, + cosyvoice: { + prettyLabel: "CosyVoice", + repoName: "CosyVoice", + repoUrl: "https://github.com/FunAudioLLM/CosyVoice", + filter: false, + countDownloads: `path_extension:"onnx" OR path_extension:"pt"`, }, + cotracker: { + prettyLabel: "CoTracker", + repoName: "CoTracker", + repoUrl: "https://github.com/facebookresearch/co-tracker", + filter: false, + countDownloads: `path_extension:"pth"`, + }, colpali: { prettyLabel: "ColPali", repoName: "ColPali", @@ -322,44 +369,18 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/argmaxinc/DiffusionKit", snippets: snippets.diffusionkit, }, + dockingathome: { + prettyLabel: "Docking@Home", + repoName: "docking-at-home", + repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME", + filter: false, + countDownloads: `path:"setup.py"`, + }, doctr: { prettyLabel: "docTR", repoName: "doctr", repoUrl: "https://github.com/mindee/doctr", }, - cartesia_pytorch: { - prettyLabel: "Cartesia Pytorch", - repoName: "Cartesia Pytorch", - repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch", - snippets: snippets.cartesia_pytorch, - }, - cartesia_mlx: { - prettyLabel: "Cartesia MLX", - repoName: "Cartesia MLX", - repoUrl: "https://github.com/cartesia-ai/cartesia_mlx", - snippets: snippets.cartesia_mlx, - }, - clipscope: { - prettyLabel: "clipscope", - repoName: "clipscope", - repoUrl: "https://github.com/Lewington-pitsos/clipscope", - filter: false, - countDownloads: `path_extension:"pt"`, - }, - cosyvoice: { - prettyLabel: "CosyVoice", - repoName: "CosyVoice", - repoUrl: "https://github.com/FunAudioLLM/CosyVoice", - filter: false, - countDownloads: `path_extension:"onnx" OR path_extension:"pt"`, - }, - cotracker: { - prettyLabel: "CoTracker", - repoName: "CoTracker", - repoUrl: "https://github.com/facebookresearch/co-tracker", - filter: false, - countDownloads: `path_extension:"pth"`, - }, edsnlp: { prettyLabel: "EDS-NLP", repoName: "edsnlp", From aa02788ac0789b5e4583f4510f7c0c809eecbbad Mon Sep 17 00:00:00 2001 From: Lucain Date: Tue, 9 Dec 2025 09:28:46 +0100 Subject: [PATCH 2/4] Apply suggestions from code review --- packages/tasks/src/model-libraries.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 8355f3abae..386419b46c 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -189,10 +189,10 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { }, cancertathomev2: { prettyLabel: "Cancer@HomeV2", - repoName: "CancerAtHomeV2", + repoName: "Cancer@HomeV2", repoUrl: "https://huggingface.co/OpenPeerAI/CancerAtHomeV2", filter: false, - countDownloads: `path:"setup.py"`, + countDownloads: `path:"run.py"`, }, cartesia_pytorch: { prettyLabel: "Cartesia Pytorch", @@ -234,7 +234,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { snippets: snippets.chattts, filter: false, countDownloads: `path:"asset/GPT.pt"`, - }, + }, "chronos-forecasting": { prettyLabel: "Chronos", repoName: "Chronos", @@ -369,9 +369,9 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/argmaxinc/DiffusionKit", snippets: snippets.diffusionkit, }, - dockingathome: { + "docking-at-home": { prettyLabel: "Docking@Home", - repoName: "docking-at-home", + repoName: "Docking@Home", repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME", filter: false, countDownloads: `path:"setup.py"`, From 7d79506b586241dd89fa7a4e688bb8a8b3395667 Mon Sep 17 00:00:00 2001 From: Lucain Date: Tue, 9 Dec 2025 09:43:51 +0100 Subject: [PATCH 3/4] Apply suggestions from code review --- packages/tasks/src/model-libraries.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 386419b46c..6cd30133ee 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -193,7 +193,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://huggingface.co/OpenPeerAI/CancerAtHomeV2", filter: false, countDownloads: `path:"run.py"`, - }, + }, cartesia_pytorch: { prettyLabel: "Cartesia Pytorch", repoName: "Cartesia Pytorch", @@ -219,7 +219,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { snippets: snippets.chatterbox, countDownloads: `path:"tokenizer.json"`, filter: false, - }, + }, chaossim: { prettyLabel: "ChaosSIM", repoName: "ChaosSIM", @@ -247,14 +247,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/Lewington-pitsos/clipscope", filter: false, countDownloads: `path_extension:"pt"`, - }, + }, "cloud-agents": { prettyLabel: "Cloud Agents", repoName: "Cloud Agents", repoUrl: "https://huggingface.co/OpenPeerAI/Cloud-Agents", filter: false, countDownloads: `path:"setup.py"`, - }, + }, cosyvoice: { prettyLabel: "CosyVoice", repoName: "CosyVoice", @@ -268,7 +268,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/facebookresearch/co-tracker", filter: false, countDownloads: `path_extension:"pth"`, - }, + }, colpali: { prettyLabel: "ColPali", repoName: "ColPali", @@ -375,7 +375,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME", filter: false, countDownloads: `path:"setup.py"`, - }, + }, doctr: { prettyLabel: "docTR", repoName: "doctr", From 655bef2310acde91993371f0378bdada25be8b27 Mon Sep 17 00:00:00 2001 From: Lucain Date: Tue, 9 Dec 2025 09:45:17 +0100 Subject: [PATCH 4/4] Apply suggestions from code review --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 6cd30133ee..36593d5659 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -374,7 +374,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoName: "Docking@Home", repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME", filter: false, - countDownloads: `path:"setup.py"`, + countDownloads: `path:"setup.py"`, }, doctr: { prettyLabel: "docTR",