Skip to content

Commit f83d3c9

Browse files
Mentors4EDUWauplin
andauthored
Add Cloud Agents (#1764)
Hi, we are doing a PR to track downloads for this training agent repo. If anything else is needed, let me know. Adding the Cloud Agents Training System by OpenPeerAI: https://huggingface.co/OpenPeerAI/Cloud-Agents --------- Co-authored-by: Lucain <[email protected]>
1 parent dc57790 commit f83d3c9

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
@@ -202,6 +202,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
202202
filter: false,
203203
countDownloads: `path:"asset/GPT.pt"`,
204204
},
205+
"cloud-agents": {
206+
prettyLabel: "Cloud Agents",
207+
repoName: "Cloud Agents",
208+
repoUrl: "https://huggingface.co/OpenPeerAI/Cloud-Agents",
209+
filter: false,
210+
countDownloads: `path:"setup.py"`,
211+
},
205212
colpali: {
206213
prettyLabel: "ColPali",
207214
repoName: "ColPali",

0 commit comments

Comments
 (0)