@huggingface/tasks 0.19.67 → 0.19.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/hardware.d.ts +4 -0
- package/dist/commonjs/hardware.d.ts.map +1 -1
- package/dist/commonjs/hardware.js +5 -1
- package/dist/commonjs/model-libraries.d.ts +57 -29
- package/dist/commonjs/model-libraries.d.ts.map +1 -1
- package/dist/commonjs/model-libraries.js +61 -33
- package/dist/esm/hardware.d.ts +4 -0
- package/dist/esm/hardware.d.ts.map +1 -1
- package/dist/esm/hardware.js +5 -1
- package/dist/esm/model-libraries.d.ts +57 -29
- package/dist/esm/model-libraries.d.ts.map +1 -1
- package/dist/esm/model-libraries.js +61 -33
- package/package.json +1 -1
- package/src/hardware.ts +5 -1
- package/src/model-libraries.ts +61 -33
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardware.d.ts","sourceRoot":"","sources":["../../src/hardware.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,iDAAiD,QAAW,CAAC;AAC1E,eAAO,MAAM,yDAAyD,QAAW,CAAC;AAClF,eAAO,MAAM,oCAAoC,QAAU,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,+CAA+C,QAAW,CAAC;AAExE,MAAM,WAAW,YAAY;IAC5B;;;;;;;;;OASG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,UAElC,CAAC;AAEF,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"hardware.d.ts","sourceRoot":"","sources":["../../src/hardware.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,iDAAiD,QAAW,CAAC;AAC1E,eAAO,MAAM,yDAAyD,QAAW,CAAC;AAClF,eAAO,MAAM,oCAAoC,QAAU,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,+CAA+C,QAAW,CAAC;AAExE,MAAM,WAAW,YAAY;IAC5B;;;;;;;;;OASG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,UAElC,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6tBuD,CAAC;AAEzE,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,IAAI,CAAC"}
|
|
@@ -47,6 +47,10 @@ exports.SKUS = {
|
|
|
47
47
|
tflops: 30.29,
|
|
48
48
|
memory: [24],
|
|
49
49
|
},
|
|
50
|
+
GB10: {
|
|
51
|
+
tflops: 29.71,
|
|
52
|
+
memory: [128],
|
|
53
|
+
},
|
|
50
54
|
"RTX PRO 6000 WS": {
|
|
51
55
|
tflops: 126,
|
|
52
56
|
memory: [96],
|
|
@@ -289,7 +293,7 @@ exports.SKUS = {
|
|
|
289
293
|
},
|
|
290
294
|
"RTX 3050 Mobile": {
|
|
291
295
|
tflops: 7.639,
|
|
292
|
-
memory: [6],
|
|
296
|
+
memory: [4, 6],
|
|
293
297
|
},
|
|
294
298
|
"RTX 2060": {
|
|
295
299
|
tflops: 12.9,
|
|
@@ -183,6 +183,25 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
183
183
|
filter: false;
|
|
184
184
|
countDownloads: string;
|
|
185
185
|
};
|
|
186
|
+
cancertathomev2: {
|
|
187
|
+
prettyLabel: string;
|
|
188
|
+
repoName: string;
|
|
189
|
+
repoUrl: string;
|
|
190
|
+
filter: false;
|
|
191
|
+
countDownloads: string;
|
|
192
|
+
};
|
|
193
|
+
cartesia_pytorch: {
|
|
194
|
+
prettyLabel: string;
|
|
195
|
+
repoName: string;
|
|
196
|
+
repoUrl: string;
|
|
197
|
+
snippets: (model: ModelData) => string[];
|
|
198
|
+
};
|
|
199
|
+
cartesia_mlx: {
|
|
200
|
+
prettyLabel: string;
|
|
201
|
+
repoName: string;
|
|
202
|
+
repoUrl: string;
|
|
203
|
+
snippets: (model: ModelData) => string[];
|
|
204
|
+
};
|
|
186
205
|
champ: {
|
|
187
206
|
prettyLabel: string;
|
|
188
207
|
repoName: string;
|
|
@@ -197,6 +216,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
197
216
|
countDownloads: string;
|
|
198
217
|
filter: false;
|
|
199
218
|
};
|
|
219
|
+
chaossim: {
|
|
220
|
+
prettyLabel: string;
|
|
221
|
+
repoName: string;
|
|
222
|
+
repoUrl: string;
|
|
223
|
+
countDownloads: string;
|
|
224
|
+
filter: false;
|
|
225
|
+
};
|
|
200
226
|
chat_tts: {
|
|
201
227
|
prettyLabel: string;
|
|
202
228
|
repoName: string;
|
|
@@ -211,6 +237,20 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
211
237
|
repoUrl: string;
|
|
212
238
|
snippets: (model: ModelData) => string[];
|
|
213
239
|
};
|
|
240
|
+
clara: {
|
|
241
|
+
prettyLabel: string;
|
|
242
|
+
repoName: string;
|
|
243
|
+
filter: false;
|
|
244
|
+
repoUrl: string;
|
|
245
|
+
countDownloads: string;
|
|
246
|
+
};
|
|
247
|
+
clipscope: {
|
|
248
|
+
prettyLabel: string;
|
|
249
|
+
repoName: string;
|
|
250
|
+
repoUrl: string;
|
|
251
|
+
filter: false;
|
|
252
|
+
countDownloads: string;
|
|
253
|
+
};
|
|
214
254
|
"cloud-agents": {
|
|
215
255
|
prettyLabel: string;
|
|
216
256
|
repoName: string;
|
|
@@ -218,6 +258,20 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
218
258
|
filter: false;
|
|
219
259
|
countDownloads: string;
|
|
220
260
|
};
|
|
261
|
+
cosyvoice: {
|
|
262
|
+
prettyLabel: string;
|
|
263
|
+
repoName: string;
|
|
264
|
+
repoUrl: string;
|
|
265
|
+
filter: false;
|
|
266
|
+
countDownloads: string;
|
|
267
|
+
};
|
|
268
|
+
cotracker: {
|
|
269
|
+
prettyLabel: string;
|
|
270
|
+
repoName: string;
|
|
271
|
+
repoUrl: string;
|
|
272
|
+
filter: false;
|
|
273
|
+
countDownloads: string;
|
|
274
|
+
};
|
|
221
275
|
colpali: {
|
|
222
276
|
prettyLabel: string;
|
|
223
277
|
repoName: string;
|
|
@@ -324,43 +378,17 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
324
378
|
repoUrl: string;
|
|
325
379
|
snippets: (model: ModelData) => string[];
|
|
326
380
|
};
|
|
327
|
-
|
|
328
|
-
prettyLabel: string;
|
|
329
|
-
repoName: string;
|
|
330
|
-
repoUrl: string;
|
|
331
|
-
};
|
|
332
|
-
cartesia_pytorch: {
|
|
333
|
-
prettyLabel: string;
|
|
334
|
-
repoName: string;
|
|
335
|
-
repoUrl: string;
|
|
336
|
-
snippets: (model: ModelData) => string[];
|
|
337
|
-
};
|
|
338
|
-
cartesia_mlx: {
|
|
339
|
-
prettyLabel: string;
|
|
340
|
-
repoName: string;
|
|
341
|
-
repoUrl: string;
|
|
342
|
-
snippets: (model: ModelData) => string[];
|
|
343
|
-
};
|
|
344
|
-
clipscope: {
|
|
345
|
-
prettyLabel: string;
|
|
346
|
-
repoName: string;
|
|
347
|
-
repoUrl: string;
|
|
348
|
-
filter: false;
|
|
349
|
-
countDownloads: string;
|
|
350
|
-
};
|
|
351
|
-
cosyvoice: {
|
|
381
|
+
"docking-at-home": {
|
|
352
382
|
prettyLabel: string;
|
|
353
383
|
repoName: string;
|
|
354
384
|
repoUrl: string;
|
|
355
385
|
filter: false;
|
|
356
386
|
countDownloads: string;
|
|
357
387
|
};
|
|
358
|
-
|
|
388
|
+
doctr: {
|
|
359
389
|
prettyLabel: string;
|
|
360
390
|
repoName: string;
|
|
361
391
|
repoUrl: string;
|
|
362
|
-
filter: false;
|
|
363
|
-
countDownloads: string;
|
|
364
392
|
};
|
|
365
393
|
edsnlp: {
|
|
366
394
|
prettyLabel: string;
|
|
@@ -1381,5 +1409,5 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1381
1409
|
};
|
|
1382
1410
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
1383
1411
|
export declare const ALL_MODEL_LIBRARY_KEYS: ModelLibraryKey[];
|
|
1384
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "champ" | "chatterbox" | "chat_tts" | "chronos-forecasting" | "cloud-agents" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "
|
|
1412
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glyph-byt5" | "grok" | "hallo" | "hermes" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "mamba-ssm" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "nemo" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "saelens" | "sam2" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "swarmformer" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "zonos" | "3dtopia-xl")[];
|
|
1385
1413
|
//# sourceMappingURL=model-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+0CI,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,2BAA2B,CAAC;AAEvE,eAAO,MAAM,sBAAsB,EAA+C,eAAe,EAAE,CAAC;AAEpG,eAAO,MAAM,8BAA8B,2kFAQ1B,CAAC"}
|
|
@@ -179,6 +179,25 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
179
179
|
filter: false,
|
|
180
180
|
countDownloads: `path:"boltzgen1_diverse.ckpt"`,
|
|
181
181
|
},
|
|
182
|
+
cancertathomev2: {
|
|
183
|
+
prettyLabel: "Cancer@HomeV2",
|
|
184
|
+
repoName: "Cancer@HomeV2",
|
|
185
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/CancerAtHomeV2",
|
|
186
|
+
filter: false,
|
|
187
|
+
countDownloads: `path:"run.py"`,
|
|
188
|
+
},
|
|
189
|
+
cartesia_pytorch: {
|
|
190
|
+
prettyLabel: "Cartesia Pytorch",
|
|
191
|
+
repoName: "Cartesia Pytorch",
|
|
192
|
+
repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch",
|
|
193
|
+
snippets: snippets.cartesia_pytorch,
|
|
194
|
+
},
|
|
195
|
+
cartesia_mlx: {
|
|
196
|
+
prettyLabel: "Cartesia MLX",
|
|
197
|
+
repoName: "Cartesia MLX",
|
|
198
|
+
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
|
|
199
|
+
snippets: snippets.cartesia_mlx,
|
|
200
|
+
},
|
|
182
201
|
champ: {
|
|
183
202
|
prettyLabel: "Champ",
|
|
184
203
|
repoName: "Champ",
|
|
@@ -193,6 +212,13 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
193
212
|
countDownloads: `path:"tokenizer.json"`,
|
|
194
213
|
filter: false,
|
|
195
214
|
},
|
|
215
|
+
chaossim: {
|
|
216
|
+
prettyLabel: "ChaosSIM",
|
|
217
|
+
repoName: "ChaosSIM",
|
|
218
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/ChaosSIM/",
|
|
219
|
+
countDownloads: `path:"ChaosSim.nb"`,
|
|
220
|
+
filter: false,
|
|
221
|
+
},
|
|
196
222
|
chat_tts: {
|
|
197
223
|
prettyLabel: "ChatTTS",
|
|
198
224
|
repoName: "ChatTTS",
|
|
@@ -207,6 +233,20 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
207
233
|
repoUrl: "https://github.com/amazon-science/chronos-forecasting",
|
|
208
234
|
snippets: snippets.chronos_forecasting,
|
|
209
235
|
},
|
|
236
|
+
clara: {
|
|
237
|
+
prettyLabel: "Clara",
|
|
238
|
+
repoName: "Clara",
|
|
239
|
+
filter: false,
|
|
240
|
+
repoUrl: "https://github.com/nvidia/clara",
|
|
241
|
+
countDownloads: `path_extension:"ckpt" OR path:"config.json"`,
|
|
242
|
+
},
|
|
243
|
+
clipscope: {
|
|
244
|
+
prettyLabel: "clipscope",
|
|
245
|
+
repoName: "clipscope",
|
|
246
|
+
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
|
|
247
|
+
filter: false,
|
|
248
|
+
countDownloads: `path_extension:"pt"`,
|
|
249
|
+
},
|
|
210
250
|
"cloud-agents": {
|
|
211
251
|
prettyLabel: "Cloud Agents",
|
|
212
252
|
repoName: "Cloud Agents",
|
|
@@ -214,6 +254,20 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
214
254
|
filter: false,
|
|
215
255
|
countDownloads: `path:"setup.py"`,
|
|
216
256
|
},
|
|
257
|
+
cosyvoice: {
|
|
258
|
+
prettyLabel: "CosyVoice",
|
|
259
|
+
repoName: "CosyVoice",
|
|
260
|
+
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
|
|
261
|
+
filter: false,
|
|
262
|
+
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
|
|
263
|
+
},
|
|
264
|
+
cotracker: {
|
|
265
|
+
prettyLabel: "CoTracker",
|
|
266
|
+
repoName: "CoTracker",
|
|
267
|
+
repoUrl: "https://github.com/facebookresearch/co-tracker",
|
|
268
|
+
filter: false,
|
|
269
|
+
countDownloads: `path_extension:"pth"`,
|
|
270
|
+
},
|
|
217
271
|
colpali: {
|
|
218
272
|
prettyLabel: "ColPali",
|
|
219
273
|
repoName: "ColPali",
|
|
@@ -321,44 +375,18 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
321
375
|
repoUrl: "https://github.com/argmaxinc/DiffusionKit",
|
|
322
376
|
snippets: snippets.diffusionkit,
|
|
323
377
|
},
|
|
378
|
+
"docking-at-home": {
|
|
379
|
+
prettyLabel: "Docking@Home",
|
|
380
|
+
repoName: "Docking@Home",
|
|
381
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME",
|
|
382
|
+
filter: false,
|
|
383
|
+
countDownloads: `path:"setup.py"`,
|
|
384
|
+
},
|
|
324
385
|
doctr: {
|
|
325
386
|
prettyLabel: "docTR",
|
|
326
387
|
repoName: "doctr",
|
|
327
388
|
repoUrl: "https://github.com/mindee/doctr",
|
|
328
389
|
},
|
|
329
|
-
cartesia_pytorch: {
|
|
330
|
-
prettyLabel: "Cartesia Pytorch",
|
|
331
|
-
repoName: "Cartesia Pytorch",
|
|
332
|
-
repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch",
|
|
333
|
-
snippets: snippets.cartesia_pytorch,
|
|
334
|
-
},
|
|
335
|
-
cartesia_mlx: {
|
|
336
|
-
prettyLabel: "Cartesia MLX",
|
|
337
|
-
repoName: "Cartesia MLX",
|
|
338
|
-
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
|
|
339
|
-
snippets: snippets.cartesia_mlx,
|
|
340
|
-
},
|
|
341
|
-
clipscope: {
|
|
342
|
-
prettyLabel: "clipscope",
|
|
343
|
-
repoName: "clipscope",
|
|
344
|
-
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
|
|
345
|
-
filter: false,
|
|
346
|
-
countDownloads: `path_extension:"pt"`,
|
|
347
|
-
},
|
|
348
|
-
cosyvoice: {
|
|
349
|
-
prettyLabel: "CosyVoice",
|
|
350
|
-
repoName: "CosyVoice",
|
|
351
|
-
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
|
|
352
|
-
filter: false,
|
|
353
|
-
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
|
|
354
|
-
},
|
|
355
|
-
cotracker: {
|
|
356
|
-
prettyLabel: "CoTracker",
|
|
357
|
-
repoName: "CoTracker",
|
|
358
|
-
repoUrl: "https://github.com/facebookresearch/co-tracker",
|
|
359
|
-
filter: false,
|
|
360
|
-
countDownloads: `path_extension:"pth"`,
|
|
361
|
-
},
|
|
362
390
|
edsnlp: {
|
|
363
391
|
prettyLabel: "EDS-NLP",
|
|
364
392
|
repoName: "edsnlp",
|
package/dist/esm/hardware.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardware.d.ts","sourceRoot":"","sources":["../../src/hardware.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,iDAAiD,QAAW,CAAC;AAC1E,eAAO,MAAM,yDAAyD,QAAW,CAAC;AAClF,eAAO,MAAM,oCAAoC,QAAU,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,+CAA+C,QAAW,CAAC;AAExE,MAAM,WAAW,YAAY;IAC5B;;;;;;;;;OASG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,UAElC,CAAC;AAEF,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"hardware.d.ts","sourceRoot":"","sources":["../../src/hardware.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,iDAAiD,QAAW,CAAC;AAC1E,eAAO,MAAM,yDAAyD,QAAW,CAAC;AAClF,eAAO,MAAM,oCAAoC,QAAU,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,+CAA+C,QAAW,CAAC;AAExE,MAAM,WAAW,YAAY;IAC5B;;;;;;;;;OASG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,UAElC,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6tBuD,CAAC;AAEzE,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,IAAI,CAAC"}
|
package/dist/esm/hardware.js
CHANGED
|
@@ -44,6 +44,10 @@ export const SKUS = {
|
|
|
44
44
|
tflops: 30.29,
|
|
45
45
|
memory: [24],
|
|
46
46
|
},
|
|
47
|
+
GB10: {
|
|
48
|
+
tflops: 29.71,
|
|
49
|
+
memory: [128],
|
|
50
|
+
},
|
|
47
51
|
"RTX PRO 6000 WS": {
|
|
48
52
|
tflops: 126,
|
|
49
53
|
memory: [96],
|
|
@@ -286,7 +290,7 @@ export const SKUS = {
|
|
|
286
290
|
},
|
|
287
291
|
"RTX 3050 Mobile": {
|
|
288
292
|
tflops: 7.639,
|
|
289
|
-
memory: [6],
|
|
293
|
+
memory: [4, 6],
|
|
290
294
|
},
|
|
291
295
|
"RTX 2060": {
|
|
292
296
|
tflops: 12.9,
|
|
@@ -183,6 +183,25 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
183
183
|
filter: false;
|
|
184
184
|
countDownloads: string;
|
|
185
185
|
};
|
|
186
|
+
cancertathomev2: {
|
|
187
|
+
prettyLabel: string;
|
|
188
|
+
repoName: string;
|
|
189
|
+
repoUrl: string;
|
|
190
|
+
filter: false;
|
|
191
|
+
countDownloads: string;
|
|
192
|
+
};
|
|
193
|
+
cartesia_pytorch: {
|
|
194
|
+
prettyLabel: string;
|
|
195
|
+
repoName: string;
|
|
196
|
+
repoUrl: string;
|
|
197
|
+
snippets: (model: ModelData) => string[];
|
|
198
|
+
};
|
|
199
|
+
cartesia_mlx: {
|
|
200
|
+
prettyLabel: string;
|
|
201
|
+
repoName: string;
|
|
202
|
+
repoUrl: string;
|
|
203
|
+
snippets: (model: ModelData) => string[];
|
|
204
|
+
};
|
|
186
205
|
champ: {
|
|
187
206
|
prettyLabel: string;
|
|
188
207
|
repoName: string;
|
|
@@ -197,6 +216,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
197
216
|
countDownloads: string;
|
|
198
217
|
filter: false;
|
|
199
218
|
};
|
|
219
|
+
chaossim: {
|
|
220
|
+
prettyLabel: string;
|
|
221
|
+
repoName: string;
|
|
222
|
+
repoUrl: string;
|
|
223
|
+
countDownloads: string;
|
|
224
|
+
filter: false;
|
|
225
|
+
};
|
|
200
226
|
chat_tts: {
|
|
201
227
|
prettyLabel: string;
|
|
202
228
|
repoName: string;
|
|
@@ -211,6 +237,20 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
211
237
|
repoUrl: string;
|
|
212
238
|
snippets: (model: ModelData) => string[];
|
|
213
239
|
};
|
|
240
|
+
clara: {
|
|
241
|
+
prettyLabel: string;
|
|
242
|
+
repoName: string;
|
|
243
|
+
filter: false;
|
|
244
|
+
repoUrl: string;
|
|
245
|
+
countDownloads: string;
|
|
246
|
+
};
|
|
247
|
+
clipscope: {
|
|
248
|
+
prettyLabel: string;
|
|
249
|
+
repoName: string;
|
|
250
|
+
repoUrl: string;
|
|
251
|
+
filter: false;
|
|
252
|
+
countDownloads: string;
|
|
253
|
+
};
|
|
214
254
|
"cloud-agents": {
|
|
215
255
|
prettyLabel: string;
|
|
216
256
|
repoName: string;
|
|
@@ -218,6 +258,20 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
218
258
|
filter: false;
|
|
219
259
|
countDownloads: string;
|
|
220
260
|
};
|
|
261
|
+
cosyvoice: {
|
|
262
|
+
prettyLabel: string;
|
|
263
|
+
repoName: string;
|
|
264
|
+
repoUrl: string;
|
|
265
|
+
filter: false;
|
|
266
|
+
countDownloads: string;
|
|
267
|
+
};
|
|
268
|
+
cotracker: {
|
|
269
|
+
prettyLabel: string;
|
|
270
|
+
repoName: string;
|
|
271
|
+
repoUrl: string;
|
|
272
|
+
filter: false;
|
|
273
|
+
countDownloads: string;
|
|
274
|
+
};
|
|
221
275
|
colpali: {
|
|
222
276
|
prettyLabel: string;
|
|
223
277
|
repoName: string;
|
|
@@ -324,43 +378,17 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
324
378
|
repoUrl: string;
|
|
325
379
|
snippets: (model: ModelData) => string[];
|
|
326
380
|
};
|
|
327
|
-
|
|
328
|
-
prettyLabel: string;
|
|
329
|
-
repoName: string;
|
|
330
|
-
repoUrl: string;
|
|
331
|
-
};
|
|
332
|
-
cartesia_pytorch: {
|
|
333
|
-
prettyLabel: string;
|
|
334
|
-
repoName: string;
|
|
335
|
-
repoUrl: string;
|
|
336
|
-
snippets: (model: ModelData) => string[];
|
|
337
|
-
};
|
|
338
|
-
cartesia_mlx: {
|
|
339
|
-
prettyLabel: string;
|
|
340
|
-
repoName: string;
|
|
341
|
-
repoUrl: string;
|
|
342
|
-
snippets: (model: ModelData) => string[];
|
|
343
|
-
};
|
|
344
|
-
clipscope: {
|
|
345
|
-
prettyLabel: string;
|
|
346
|
-
repoName: string;
|
|
347
|
-
repoUrl: string;
|
|
348
|
-
filter: false;
|
|
349
|
-
countDownloads: string;
|
|
350
|
-
};
|
|
351
|
-
cosyvoice: {
|
|
381
|
+
"docking-at-home": {
|
|
352
382
|
prettyLabel: string;
|
|
353
383
|
repoName: string;
|
|
354
384
|
repoUrl: string;
|
|
355
385
|
filter: false;
|
|
356
386
|
countDownloads: string;
|
|
357
387
|
};
|
|
358
|
-
|
|
388
|
+
doctr: {
|
|
359
389
|
prettyLabel: string;
|
|
360
390
|
repoName: string;
|
|
361
391
|
repoUrl: string;
|
|
362
|
-
filter: false;
|
|
363
|
-
countDownloads: string;
|
|
364
392
|
};
|
|
365
393
|
edsnlp: {
|
|
366
394
|
prettyLabel: string;
|
|
@@ -1381,5 +1409,5 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1381
1409
|
};
|
|
1382
1410
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
1383
1411
|
export declare const ALL_MODEL_LIBRARY_KEYS: ModelLibraryKey[];
|
|
1384
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "champ" | "chatterbox" | "chat_tts" | "chronos-forecasting" | "cloud-agents" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "
|
|
1412
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glyph-byt5" | "grok" | "hallo" | "hermes" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "mamba-ssm" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "nemo" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "saelens" | "sam2" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "swarmformer" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "zonos" | "3dtopia-xl")[];
|
|
1385
1413
|
//# sourceMappingURL=model-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+0CI,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,2BAA2B,CAAC;AAEvE,eAAO,MAAM,sBAAsB,EAA+C,eAAe,EAAE,CAAC;AAEpG,eAAO,MAAM,8BAA8B,2kFAQ1B,CAAC"}
|
|
@@ -143,6 +143,25 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
143
143
|
filter: false,
|
|
144
144
|
countDownloads: `path:"boltzgen1_diverse.ckpt"`,
|
|
145
145
|
},
|
|
146
|
+
cancertathomev2: {
|
|
147
|
+
prettyLabel: "Cancer@HomeV2",
|
|
148
|
+
repoName: "Cancer@HomeV2",
|
|
149
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/CancerAtHomeV2",
|
|
150
|
+
filter: false,
|
|
151
|
+
countDownloads: `path:"run.py"`,
|
|
152
|
+
},
|
|
153
|
+
cartesia_pytorch: {
|
|
154
|
+
prettyLabel: "Cartesia Pytorch",
|
|
155
|
+
repoName: "Cartesia Pytorch",
|
|
156
|
+
repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch",
|
|
157
|
+
snippets: snippets.cartesia_pytorch,
|
|
158
|
+
},
|
|
159
|
+
cartesia_mlx: {
|
|
160
|
+
prettyLabel: "Cartesia MLX",
|
|
161
|
+
repoName: "Cartesia MLX",
|
|
162
|
+
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
|
|
163
|
+
snippets: snippets.cartesia_mlx,
|
|
164
|
+
},
|
|
146
165
|
champ: {
|
|
147
166
|
prettyLabel: "Champ",
|
|
148
167
|
repoName: "Champ",
|
|
@@ -157,6 +176,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
157
176
|
countDownloads: `path:"tokenizer.json"`,
|
|
158
177
|
filter: false,
|
|
159
178
|
},
|
|
179
|
+
chaossim: {
|
|
180
|
+
prettyLabel: "ChaosSIM",
|
|
181
|
+
repoName: "ChaosSIM",
|
|
182
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/ChaosSIM/",
|
|
183
|
+
countDownloads: `path:"ChaosSim.nb"`,
|
|
184
|
+
filter: false,
|
|
185
|
+
},
|
|
160
186
|
chat_tts: {
|
|
161
187
|
prettyLabel: "ChatTTS",
|
|
162
188
|
repoName: "ChatTTS",
|
|
@@ -171,6 +197,20 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
171
197
|
repoUrl: "https://github.com/amazon-science/chronos-forecasting",
|
|
172
198
|
snippets: snippets.chronos_forecasting,
|
|
173
199
|
},
|
|
200
|
+
clara: {
|
|
201
|
+
prettyLabel: "Clara",
|
|
202
|
+
repoName: "Clara",
|
|
203
|
+
filter: false,
|
|
204
|
+
repoUrl: "https://github.com/nvidia/clara",
|
|
205
|
+
countDownloads: `path_extension:"ckpt" OR path:"config.json"`,
|
|
206
|
+
},
|
|
207
|
+
clipscope: {
|
|
208
|
+
prettyLabel: "clipscope",
|
|
209
|
+
repoName: "clipscope",
|
|
210
|
+
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
|
|
211
|
+
filter: false,
|
|
212
|
+
countDownloads: `path_extension:"pt"`,
|
|
213
|
+
},
|
|
174
214
|
"cloud-agents": {
|
|
175
215
|
prettyLabel: "Cloud Agents",
|
|
176
216
|
repoName: "Cloud Agents",
|
|
@@ -178,6 +218,20 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
178
218
|
filter: false,
|
|
179
219
|
countDownloads: `path:"setup.py"`,
|
|
180
220
|
},
|
|
221
|
+
cosyvoice: {
|
|
222
|
+
prettyLabel: "CosyVoice",
|
|
223
|
+
repoName: "CosyVoice",
|
|
224
|
+
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
|
|
225
|
+
filter: false,
|
|
226
|
+
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
|
|
227
|
+
},
|
|
228
|
+
cotracker: {
|
|
229
|
+
prettyLabel: "CoTracker",
|
|
230
|
+
repoName: "CoTracker",
|
|
231
|
+
repoUrl: "https://github.com/facebookresearch/co-tracker",
|
|
232
|
+
filter: false,
|
|
233
|
+
countDownloads: `path_extension:"pth"`,
|
|
234
|
+
},
|
|
181
235
|
colpali: {
|
|
182
236
|
prettyLabel: "ColPali",
|
|
183
237
|
repoName: "ColPali",
|
|
@@ -285,44 +339,18 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
285
339
|
repoUrl: "https://github.com/argmaxinc/DiffusionKit",
|
|
286
340
|
snippets: snippets.diffusionkit,
|
|
287
341
|
},
|
|
342
|
+
"docking-at-home": {
|
|
343
|
+
prettyLabel: "Docking@Home",
|
|
344
|
+
repoName: "Docking@Home",
|
|
345
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME",
|
|
346
|
+
filter: false,
|
|
347
|
+
countDownloads: `path:"setup.py"`,
|
|
348
|
+
},
|
|
288
349
|
doctr: {
|
|
289
350
|
prettyLabel: "docTR",
|
|
290
351
|
repoName: "doctr",
|
|
291
352
|
repoUrl: "https://github.com/mindee/doctr",
|
|
292
353
|
},
|
|
293
|
-
cartesia_pytorch: {
|
|
294
|
-
prettyLabel: "Cartesia Pytorch",
|
|
295
|
-
repoName: "Cartesia Pytorch",
|
|
296
|
-
repoUrl: "https://github.com/cartesia-ai/cartesia_pytorch",
|
|
297
|
-
snippets: snippets.cartesia_pytorch,
|
|
298
|
-
},
|
|
299
|
-
cartesia_mlx: {
|
|
300
|
-
prettyLabel: "Cartesia MLX",
|
|
301
|
-
repoName: "Cartesia MLX",
|
|
302
|
-
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
|
|
303
|
-
snippets: snippets.cartesia_mlx,
|
|
304
|
-
},
|
|
305
|
-
clipscope: {
|
|
306
|
-
prettyLabel: "clipscope",
|
|
307
|
-
repoName: "clipscope",
|
|
308
|
-
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
|
|
309
|
-
filter: false,
|
|
310
|
-
countDownloads: `path_extension:"pt"`,
|
|
311
|
-
},
|
|
312
|
-
cosyvoice: {
|
|
313
|
-
prettyLabel: "CosyVoice",
|
|
314
|
-
repoName: "CosyVoice",
|
|
315
|
-
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
|
|
316
|
-
filter: false,
|
|
317
|
-
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
|
|
318
|
-
},
|
|
319
|
-
cotracker: {
|
|
320
|
-
prettyLabel: "CoTracker",
|
|
321
|
-
repoName: "CoTracker",
|
|
322
|
-
repoUrl: "https://github.com/facebookresearch/co-tracker",
|
|
323
|
-
filter: false,
|
|
324
|
-
countDownloads: `path_extension:"pth"`,
|
|
325
|
-
},
|
|
326
354
|
edsnlp: {
|
|
327
355
|
prettyLabel: "EDS-NLP",
|
|
328
356
|
repoName: "edsnlp",
|
package/package.json
CHANGED
package/src/hardware.ts
CHANGED
|
@@ -66,6 +66,10 @@ export const SKUS = {
|
|
|
66
66
|
tflops: 30.29,
|
|
67
67
|
memory: [24],
|
|
68
68
|
},
|
|
69
|
+
GB10: {
|
|
70
|
+
tflops: 29.71,
|
|
71
|
+
memory: [128],
|
|
72
|
+
},
|
|
69
73
|
"RTX PRO 6000 WS": {
|
|
70
74
|
tflops: 126,
|
|
71
75
|
memory: [96],
|
|
@@ -308,7 +312,7 @@ export const SKUS = {
|
|
|
308
312
|
},
|
|
309
313
|
"RTX 3050 Mobile": {
|
|
310
314
|
tflops: 7.639,
|
|
311
|
-
memory: [6],
|
|
315
|
+
memory: [4, 6],
|
|
312
316
|
},
|
|
313
317
|
"RTX 2060": {
|
|
314
318
|
tflops: 12.9,
|
package/src/model-libraries.ts
CHANGED
|
@@ -187,6 +187,25 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
187
187
|
filter: false,
|
|
188
188
|
countDownloads: `path:"boltzgen1_diverse.ckpt"`,
|
|
189
189
|
},
|
|
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
|
+
},
|
|
190
209
|
champ: {
|
|
191
210
|
prettyLabel: "Champ",
|
|
192
211
|
repoName: "Champ",
|
|
@@ -201,6 +220,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
201
220
|
countDownloads: `path:"tokenizer.json"`,
|
|
202
221
|
filter: false,
|
|
203
222
|
},
|
|
223
|
+
chaossim: {
|
|
224
|
+
prettyLabel: "ChaosSIM",
|
|
225
|
+
repoName: "ChaosSIM",
|
|
226
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/ChaosSIM/",
|
|
227
|
+
countDownloads: `path:"ChaosSim.nb"`,
|
|
228
|
+
filter: false,
|
|
229
|
+
},
|
|
204
230
|
chat_tts: {
|
|
205
231
|
prettyLabel: "ChatTTS",
|
|
206
232
|
repoName: "ChatTTS",
|
|
@@ -215,6 +241,20 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
215
241
|
repoUrl: "https://github.com/amazon-science/chronos-forecasting",
|
|
216
242
|
snippets: snippets.chronos_forecasting,
|
|
217
243
|
},
|
|
244
|
+
clara: {
|
|
245
|
+
prettyLabel: "Clara",
|
|
246
|
+
repoName: "Clara",
|
|
247
|
+
filter: false,
|
|
248
|
+
repoUrl: "https://github.com/nvidia/clara",
|
|
249
|
+
countDownloads: `path_extension:"ckpt" OR path:"config.json"`,
|
|
250
|
+
},
|
|
251
|
+
clipscope: {
|
|
252
|
+
prettyLabel: "clipscope",
|
|
253
|
+
repoName: "clipscope",
|
|
254
|
+
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
|
|
255
|
+
filter: false,
|
|
256
|
+
countDownloads: `path_extension:"pt"`,
|
|
257
|
+
},
|
|
218
258
|
"cloud-agents": {
|
|
219
259
|
prettyLabel: "Cloud Agents",
|
|
220
260
|
repoName: "Cloud Agents",
|
|
@@ -222,6 +262,20 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
222
262
|
filter: false,
|
|
223
263
|
countDownloads: `path:"setup.py"`,
|
|
224
264
|
},
|
|
265
|
+
cosyvoice: {
|
|
266
|
+
prettyLabel: "CosyVoice",
|
|
267
|
+
repoName: "CosyVoice",
|
|
268
|
+
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
|
|
269
|
+
filter: false,
|
|
270
|
+
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
|
|
271
|
+
},
|
|
272
|
+
cotracker: {
|
|
273
|
+
prettyLabel: "CoTracker",
|
|
274
|
+
repoName: "CoTracker",
|
|
275
|
+
repoUrl: "https://github.com/facebookresearch/co-tracker",
|
|
276
|
+
filter: false,
|
|
277
|
+
countDownloads: `path_extension:"pth"`,
|
|
278
|
+
},
|
|
225
279
|
colpali: {
|
|
226
280
|
prettyLabel: "ColPali",
|
|
227
281
|
repoName: "ColPali",
|
|
@@ -329,44 +383,18 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
329
383
|
repoUrl: "https://github.com/argmaxinc/DiffusionKit",
|
|
330
384
|
snippets: snippets.diffusionkit,
|
|
331
385
|
},
|
|
386
|
+
"docking-at-home": {
|
|
387
|
+
prettyLabel: "Docking@Home",
|
|
388
|
+
repoName: "Docking@Home",
|
|
389
|
+
repoUrl: "https://huggingface.co/OpenPeerAI/DockingAtHOME",
|
|
390
|
+
filter: false,
|
|
391
|
+
countDownloads: `path:"setup.py"`,
|
|
392
|
+
},
|
|
332
393
|
doctr: {
|
|
333
394
|
prettyLabel: "docTR",
|
|
334
395
|
repoName: "doctr",
|
|
335
396
|
repoUrl: "https://github.com/mindee/doctr",
|
|
336
397
|
},
|
|
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
|
-
},
|
|
370
398
|
edsnlp: {
|
|
371
399
|
prettyLabel: "EDS-NLP",
|
|
372
400
|
repoName: "edsnlp",
|