@huggingface/tasks 0.20.25 → 0.21.1

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.
@@ -26,43 +26,83 @@ exports.SKUS = {
26
26
  "Arc A750": {
27
27
  tflops: 34.41,
28
28
  memory: [8],
29
+ msrp: 250,
30
+ power: 225,
31
+ releaseYear: 2022,
29
32
  },
30
33
  "Arc A770": {
31
34
  tflops: 39.32,
32
35
  memory: [8, 16],
36
+ msrp: 350,
37
+ power: 225,
38
+ releaseYear: 2022,
33
39
  },
34
40
  "Arc B570": {
35
41
  tflops: 23.04,
36
42
  memory: [10],
43
+ msrp: 200,
44
+ power: 150,
45
+ releaseYear: 2025,
37
46
  },
38
47
  "Arc B580": {
39
48
  tflops: 27.34,
40
49
  memory: [12],
50
+ msrp: 250,
51
+ power: 190,
52
+ releaseYear: 2024,
41
53
  },
42
54
  "Arc B50": {
43
55
  tflops: 21.3,
44
56
  memory: [16],
57
+ msrp: 350,
58
+ power: 70,
59
+ releaseYear: 2025,
45
60
  },
46
61
  "Arc B60": {
47
62
  tflops: 24.58,
48
63
  memory: [24, 48],
64
+ msrp: 1_200,
65
+ power: 200,
66
+ releaseYear: 2025,
67
+ },
68
+ "Arc Pro B70": {
69
+ tflops: 45.88,
70
+ memory: [32],
71
+ msrp: 949,
72
+ power: 230,
73
+ releaseYear: 2026,
49
74
  },
50
75
  },
51
76
  QUALCOMM: {
52
77
  "Snapdragon X Elite X1E-00-1DE": {
53
78
  tflops: 4.6,
79
+ msrp: 900,
80
+ power: 80,
81
+ releaseYear: 2024,
54
82
  },
55
83
  "Snapdragon X Elite X1E-84-100": {
56
84
  tflops: 4.6,
85
+ msrp: 1_700,
86
+ power: 30,
87
+ releaseYear: 2024,
57
88
  },
58
89
  "Snapdragon X Elite X1E-80-100": {
59
90
  tflops: 3.8,
91
+ msrp: 1_300,
92
+ power: 23,
93
+ releaseYear: 2024,
60
94
  },
61
95
  "Snapdragon X Elite X1E-78-100": {
62
96
  tflops: 3.8,
97
+ msrp: 1_200,
98
+ power: 23,
99
+ releaseYear: 2024,
63
100
  },
64
101
  "Snapdragon X Plus X1P-64-100": {
65
102
  tflops: 3.8,
103
+ msrp: 1_000,
104
+ power: 23,
105
+ releaseYear: 2024,
66
106
  },
67
107
  },
68
108
  },
@@ -70,164 +110,323 @@ exports.SKUS = {
70
110
  Intel: {
71
111
  "Xeon 4th Generation (Sapphire Rapids)": {
72
112
  tflops: 1.3,
113
+ msrp: 10_500,
114
+ power: 350,
115
+ releaseYear: 2023,
73
116
  },
74
117
  "Xeon 3th Generation (Ice Lake)": {
75
118
  tflops: 0.8,
119
+ msrp: 8_000,
120
+ power: 270,
121
+ releaseYear: 2021,
76
122
  },
77
123
  "Xeon 2th Generation (Cascade Lake)": {
78
124
  tflops: 0.55,
125
+ msrp: 10_000,
126
+ power: 205,
127
+ releaseYear: 2019,
79
128
  },
80
129
  "Xeon E5v4 (Broadwell)": {
81
130
  tflops: 0.25,
131
+ msrp: 4_000,
132
+ power: 145,
133
+ releaseYear: 2016,
82
134
  },
83
135
  "Xeon E5v3 (Haswell)": {
84
136
  tflops: 0.2,
137
+ msrp: 4_000,
138
+ power: 145,
139
+ releaseYear: 2014,
85
140
  },
86
141
  "Xeon E5v2 (Ivy Bridge)": {
87
142
  tflops: 0.15,
143
+ msrp: 2_500,
144
+ power: 130,
145
+ releaseYear: 2013,
88
146
  },
89
147
  "Intel Core Ultra 9 275HX": {
90
148
  tflops: 1.89,
149
+ msrp: 700,
150
+ power: 160,
151
+ releaseYear: 2025,
91
152
  },
92
153
  "Intel Core Ultra 7 265KF": {
93
154
  tflops: 1.53,
155
+ msrp: 400,
156
+ power: 250,
157
+ releaseYear: 2024,
94
158
  },
95
159
  "Intel Core 14th Generation (i7)": {
96
160
  tflops: 0.8,
161
+ msrp: 400,
162
+ power: 253,
163
+ releaseYear: 2023,
97
164
  },
98
165
  "Intel Core 13th Generation (i9)": {
99
166
  tflops: 0.85,
167
+ msrp: 600,
168
+ power: 253,
169
+ releaseYear: 2022,
100
170
  },
101
171
  "Intel Core 13th Generation (i7)": {
102
172
  tflops: 0.82,
173
+ msrp: 400,
174
+ power: 253,
175
+ releaseYear: 2022,
103
176
  },
104
177
  "Intel Core 13th Generation (i5)": {
105
178
  tflops: 0.68,
179
+ msrp: 300,
180
+ power: 181,
181
+ releaseYear: 2022,
106
182
  },
107
183
  "Intel Core 13th Generation (i3)": {
108
184
  tflops: 0.57,
185
+ msrp: 150,
186
+ power: 89,
187
+ releaseYear: 2023,
109
188
  },
110
189
  "Intel Core 12th Generation (i9)": {
111
190
  tflops: 0.79,
191
+ msrp: 600,
192
+ power: 241,
193
+ releaseYear: 2021,
112
194
  },
113
195
  "Intel Core 12th Generation (i7)": {
114
196
  tflops: 0.77,
197
+ msrp: 400,
198
+ power: 190,
199
+ releaseYear: 2021,
115
200
  },
116
201
  "Intel Core 12th Generation (i5)": {
117
202
  tflops: 0.65,
203
+ msrp: 300,
204
+ power: 150,
205
+ releaseYear: 2021,
118
206
  },
119
207
  "Intel Core 12th Generation (i3)": {
120
208
  tflops: 0.53,
209
+ msrp: 150,
210
+ power: 89,
211
+ releaseYear: 2022,
121
212
  },
122
213
  "Intel Core 11th Generation (i9)": {
123
214
  tflops: 0.7,
215
+ msrp: 550,
216
+ power: 251,
217
+ releaseYear: 2021,
124
218
  },
125
219
  "Intel Core 11th Generation (i7)": {
126
220
  tflops: 0.6,
221
+ msrp: 400,
222
+ power: 251,
223
+ releaseYear: 2021,
127
224
  },
128
225
  "Intel Core 11th Generation (i5)": {
129
226
  tflops: 0.5,
227
+ msrp: 250,
228
+ power: 182,
229
+ releaseYear: 2021,
130
230
  },
131
231
  "Intel Core 11th Generation (i3)": {
132
232
  tflops: 0.35,
233
+ msrp: 150,
234
+ power: 65,
235
+ releaseYear: 2021,
133
236
  },
134
237
  "Intel Core 10th Generation (i9)": {
135
238
  tflops: 0.46,
239
+ msrp: 500,
240
+ power: 250,
241
+ releaseYear: 2020,
136
242
  },
137
243
  "Intel Core 10th Generation (i7)": {
138
244
  tflops: 0.46,
245
+ msrp: 400,
246
+ power: 215,
247
+ releaseYear: 2020,
139
248
  },
140
249
  "Intel Core 10th Generation (i5)": {
141
250
  tflops: 0.46,
251
+ msrp: 250,
252
+ power: 150,
253
+ releaseYear: 2020,
142
254
  },
143
255
  "Intel Core 10th Generation (i3)": {
144
256
  tflops: 0.44,
257
+ msrp: 150,
258
+ power: 65,
259
+ releaseYear: 2020,
145
260
  },
146
261
  },
147
262
  AMD: {
148
263
  "EPYC 5th Generation Zen 5 (Turin)": {
149
264
  tflops: 13.8,
265
+ msrp: 13_000,
266
+ power: 500,
267
+ releaseYear: 2024,
150
268
  },
151
269
  "EPYC 4th Generation Zen 4 (Genoa)": {
152
270
  tflops: 5,
271
+ msrp: 11_500,
272
+ power: 360,
273
+ releaseYear: 2022,
153
274
  },
154
275
  "EPYC 3th Generation Zen 3 (Milan)": {
155
276
  tflops: 2.4,
277
+ msrp: 8_000,
278
+ power: 280,
279
+ releaseYear: 2021,
156
280
  },
157
281
  "EPYC 2th Generation Zen 2 (Rome)": {
158
282
  tflops: 0.6,
283
+ msrp: 7_000,
284
+ power: 225,
285
+ releaseYear: 2019,
159
286
  },
160
287
  "EPYC 1st Generation Zen (Naples)": {
161
288
  tflops: 0.6,
289
+ msrp: 4_000,
290
+ power: 180,
291
+ releaseYear: 2017,
162
292
  },
163
293
  "Ryzen Threadripper Zen 5 9000 (Shimada Peak)": {
164
294
  tflops: 14.0,
295
+ msrp: 5_000,
296
+ power: 350,
297
+ releaseYear: 2025,
165
298
  },
166
299
  "Ryzen Threadripper Zen 4 7000 (Storm Peak)": {
167
300
  tflops: 10.0,
301
+ msrp: 5_000,
302
+ power: 350,
303
+ releaseYear: 2023,
168
304
  },
169
305
  "Ryzen Threadripper Zen 3 5000 (Chagall)": {
170
306
  tflops: 4.6,
307
+ msrp: 6_500,
308
+ power: 280,
309
+ releaseYear: 2022,
171
310
  },
172
311
  "Ryzen Threadripper Zen 2 3000 (Castle Peak)": {
173
312
  tflops: 3.2,
313
+ msrp: 4_000,
314
+ power: 280,
315
+ releaseYear: 2019,
174
316
  },
175
317
  "Ryzen Threadripper Zen 1000 (Whitehaven)": {
176
318
  tflops: 0.6,
319
+ msrp: 1_000,
320
+ power: 180,
321
+ releaseYear: 2017,
177
322
  },
178
323
  "Ryzen 7 3800X (16)": {
179
324
  tflops: 1.73,
325
+ msrp: 400,
326
+ power: 105,
327
+ releaseYear: 2019,
180
328
  },
181
329
  "Ryzen Zen 5 9000 (Ryzen 9)": {
182
330
  tflops: 0.56,
331
+ msrp: 650,
332
+ power: 230,
333
+ releaseYear: 2024,
183
334
  },
184
335
  "Ryzen Zen 5 9000 (Ryzen 7)": {
185
336
  tflops: 0.56,
337
+ msrp: 350,
338
+ power: 105,
339
+ releaseYear: 2024,
186
340
  },
187
341
  "Ryzen Zen 5 9000 (Ryzen 5)": {
188
342
  tflops: 0.56,
343
+ msrp: 300,
344
+ power: 105,
345
+ releaseYear: 2024,
189
346
  },
190
347
  "Ryzen Zen 4 7000 (Ryzen 9)": {
191
348
  tflops: 0.56,
349
+ msrp: 700,
350
+ power: 230,
351
+ releaseYear: 2022,
192
352
  },
193
353
  "Ryzen Zen 4 7000 (Ryzen 7)": {
194
354
  tflops: 0.56,
355
+ msrp: 400,
356
+ power: 142,
357
+ releaseYear: 2022,
195
358
  },
196
359
  "Ryzen Zen 4 7000 (Ryzen 5)": {
197
360
  tflops: 0.56,
361
+ msrp: 300,
362
+ power: 142,
363
+ releaseYear: 2022,
198
364
  },
199
365
  "Ryzen Zen 3 5000 (Ryzen 9)": {
200
366
  tflops: 1.33,
367
+ msrp: 800,
368
+ power: 142,
369
+ releaseYear: 2020,
201
370
  },
202
371
  "Ryzen Zen 3 5000 (Ryzen 7)": {
203
372
  tflops: 1.33,
373
+ msrp: 450,
374
+ power: 142,
375
+ releaseYear: 2020,
204
376
  },
205
377
  "Ryzen Zen 3 5000 (Ryzen 5)": {
206
378
  tflops: 0.72,
379
+ msrp: 300,
380
+ power: 88,
381
+ releaseYear: 2020,
207
382
  },
208
383
  "Ryzen Zen 2 3000 (Ryzen 9)": {
209
384
  tflops: 0.72,
385
+ msrp: 750,
386
+ power: 142,
387
+ releaseYear: 2019,
210
388
  },
211
389
  "Ryzen Zen 2 3000 (Ryzen 7)": {
212
390
  tflops: 0.72,
391
+ msrp: 400,
392
+ power: 142,
393
+ releaseYear: 2019,
213
394
  },
214
395
  "Ryzen Zen 2 3000 (Ryzen 5)": {
215
396
  tflops: 0.72,
397
+ msrp: 250,
398
+ power: 88,
399
+ releaseYear: 2019,
216
400
  },
217
401
  "Ryzen Zen 2 3000 (Ryzen 3)": {
218
402
  tflops: 0.72,
403
+ msrp: 150,
404
+ power: 88,
405
+ releaseYear: 2020,
219
406
  },
220
407
  "Ryzen AI 300 (Ryzen AI 9 HX)": {
221
408
  tflops: 5.52,
409
+ msrp: 500,
410
+ power: 54,
411
+ releaseYear: 2024,
222
412
  },
223
413
  "Ryzen AI 300 (Ryzen AI 9)": {
224
414
  tflops: 5.2,
415
+ msrp: 450,
416
+ power: 54,
417
+ releaseYear: 2024,
225
418
  },
226
419
  "Ryzen AI 300 (Ryzen AI 7)": {
227
420
  tflops: 4.34,
421
+ msrp: 350,
422
+ power: 54,
423
+ releaseYear: 2024,
228
424
  },
229
425
  "Ryzen AI 300 (Ryzen AI 5)": {
230
426
  tflops: 1.57,
427
+ msrp: 250,
428
+ power: 28,
429
+ releaseYear: 2024,
231
430
  },
232
431
  },
233
432
  },
@@ -236,78 +435,135 @@ exports.SKUS = {
236
435
  "Apple MacBook Neo": {
237
436
  tflops: 1.9,
238
437
  memory: [8],
438
+ msrp: 700,
439
+ power: 10,
440
+ releaseYear: 2026,
239
441
  },
240
442
  "Apple M1": {
241
443
  tflops: 2.6,
242
444
  memory: [8, 16],
445
+ msrp: 1_250,
446
+ power: 15,
447
+ releaseYear: 2020,
243
448
  },
244
449
  "Apple M1 Pro": {
245
450
  tflops: 5.2,
246
451
  memory: [16, 24, 32],
452
+ msrp: 2_900,
453
+ power: 30,
454
+ releaseYear: 2021,
247
455
  },
248
456
  "Apple M1 Max": {
249
457
  tflops: 10.4,
250
458
  memory: [16, 24, 32, 64],
459
+ msrp: 3_900,
460
+ power: 60,
461
+ releaseYear: 2021,
251
462
  },
252
463
  "Apple M1 Ultra": {
253
464
  tflops: 21,
254
465
  memory: [16, 24, 32, 64, 96, 128],
466
+ msrp: 6_200,
467
+ power: 120,
468
+ releaseYear: 2022,
255
469
  },
256
470
  "Apple M2": {
257
471
  tflops: 3.6,
258
472
  memory: [8, 16, 24],
473
+ msrp: 1_500,
474
+ power: 20,
475
+ releaseYear: 2022,
259
476
  },
260
477
  "Apple M2 Pro": {
261
478
  tflops: 6.8,
262
479
  memory: [16, 24, 32],
480
+ msrp: 2_800,
481
+ power: 35,
482
+ releaseYear: 2023,
263
483
  },
264
484
  "Apple M2 Max": {
265
485
  tflops: 13.49,
266
486
  memory: [32, 64, 96],
487
+ msrp: 4_500,
488
+ power: 80,
489
+ releaseYear: 2023,
267
490
  },
268
491
  "Apple M2 Ultra": {
269
492
  tflops: 27.2,
270
493
  memory: [64, 96, 128, 192],
494
+ msrp: 7_000,
495
+ power: 150,
496
+ releaseYear: 2023,
271
497
  },
272
498
  "Apple M3": {
273
499
  tflops: 4.1,
274
500
  memory: [8, 16, 24],
501
+ msrp: 1_500,
502
+ power: 22,
503
+ releaseYear: 2023,
275
504
  },
276
505
  "Apple M3 Pro": {
277
506
  tflops: 7.4,
278
507
  memory: [18, 36],
508
+ msrp: 2_400,
509
+ power: 40,
510
+ releaseYear: 2023,
279
511
  },
280
512
  "Apple M3 Max": {
281
513
  tflops: 14.2,
282
514
  memory: [36, 48, 64, 96, 128],
515
+ msrp: 5_000,
516
+ power: 90,
517
+ releaseYear: 2023,
283
518
  },
284
519
  "Apple M3 Ultra": {
285
520
  tflops: 28.4,
286
521
  memory: [96, 256, 512],
522
+ msrp: 9_500,
523
+ power: 180,
524
+ releaseYear: 2025,
287
525
  },
288
526
  "Apple M4": {
289
527
  tflops: 4.6,
290
528
  memory: [16, 24, 32],
529
+ msrp: 1_600,
530
+ power: 22,
531
+ releaseYear: 2024,
291
532
  },
292
533
  "Apple M4 Pro": {
293
534
  tflops: 9.2,
294
535
  memory: [24, 48, 64],
536
+ msrp: 2_600,
537
+ power: 45,
538
+ releaseYear: 2024,
295
539
  },
296
540
  "Apple M4 Max": {
297
541
  tflops: 18.4,
298
- memory: [36, 48, 64, 96, 128, 256, 512],
542
+ memory: [36, 48, 64, 128],
543
+ msrp: 5_000,
544
+ power: 100,
545
+ releaseYear: 2024,
299
546
  },
300
547
  "Apple M5": {
301
548
  tflops: 5.7,
302
549
  memory: [16, 24, 32],
550
+ msrp: 2_000,
551
+ power: 25,
552
+ releaseYear: 2025,
303
553
  },
304
554
  "Apple M5 Pro": {
305
555
  tflops: 11.4,
306
556
  memory: [24, 36, 48, 64],
557
+ msrp: 2_900,
558
+ power: 50,
559
+ releaseYear: 2026,
307
560
  },
308
561
  "Apple M5 Max": {
309
562
  tflops: 22.8,
310
563
  memory: [36, 48, 64, 128],
564
+ msrp: 5_000,
565
+ power: 110,
566
+ releaseYear: 2026,
311
567
  },
312
568
  },
313
569
  },
@@ -9,6 +9,7 @@ export declare const bertopic: (model: ModelData) => string[];
9
9
  export declare const bm25s: (model: ModelData) => string[];
10
10
  export declare const chatterbox: () => string[];
11
11
  export declare const chronos_forecasting: (model: ModelData) => string[];
12
+ export declare const collectorvision: (model: ModelData) => string[];
12
13
  export declare const colipri: (model: ModelData) => string[];
13
14
  export declare const sap_rpt_one_oss: () => string[];
14
15
  export declare const cxr_foundation: () => string[];
@@ -45,6 +46,7 @@ export declare const mamba_ssm: (model: ModelData) => string[];
45
46
  export declare const mars5_tts: (model: ModelData) => string[];
46
47
  export declare const matanyone: (model: ModelData) => string[];
47
48
  export declare const mesh_anything: () => string[];
49
+ export declare const multimolecule: (model: ModelData) => string[];
48
50
  export declare const open_clip: (model: ModelData) => string[];
49
51
  export declare const paddlenlp: (model: ModelData) => string[];
50
52
  export declare const paddleocr: (model: ModelData) => string[];
@@ -1 +1 @@
1
- {"version":3,"file":"model-libraries-snippets.d.ts","sourceRoot":"","sources":["../../src/model-libraries-snippets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"model-libraries-snippets.d.ts","sourceRoot":"","sources":["../../src/model-libraries-snippets.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.perception_encoder = exports.paddleocr = exports.paddlenlp = exports.open_clip = exports.mesh_anything = exports.matanyone = exports.mars5_tts = exports.mamba_ssm = exports.tf_keras = exports.lerobot = exports.llama_cpp_python = exports.lightning_ir = exports.kittentts = exports.kimi_audio = exports.kernels = exports.keras_hub = exports.keras = exports.htrflow = exports.indextts = exports.gliner2 = exports.gliner = exports.flair = exports.fairseq = exports.espnet = exports.espnetASR = exports.espnetTTS = exports.edsnlp = exports.cartesia_mlx = exports.cartesia_pytorch = exports.diffusionkit = exports.diffusers = exports.describe_anything = exports.dia2 = exports.dia = exports.derm_foundation = exports.depth_pro = exports.depth_anything_v2 = exports.cxr_foundation = exports.sap_rpt_one_oss = exports.colipri = exports.chronos_forecasting = exports.chatterbox = exports.bm25s = exports.bertopic = exports.ben2 = exports.audioseal = exports.asteroid = exports.araclip = exports.allennlp = exports.adapters = void 0;
4
- exports.nemo = exports.pruna = exports.model2vec = exports.mlx = exports.mlxim = exports.univa = exports.swarmformer = exports.supertonic = exports.birefnet = exports.ultralytics = exports.chattts = exports.vui = exports.voxcpm = exports.voicecraft = exports.lvface = exports.vfimamba = exports.videoprism = exports.vibevoice = exports.sana = exports.sentis = exports.mlAgents = exports.stableBaselines3 = exports.fasttext = exports.peft = exports.transformersJS = exports.transformers = exports.terratorch = exports.speechbrain = exports.stanza = exports.span_marker = exports.spacy = exports.setfit = exports.sentenceTransformers = exports.sampleFactory = exports.sam_3d_body = exports.sam_3d_objects = exports.sam2 = exports.fastai = exports.stable_audio_tools = exports.sklearn = exports.seed_story = exports.saelens = exports.timm = exports.tensorflowtts = exports.renderformer = exports.relik = exports.pyannote_audio = exports.pyannote_audio_pipeline = exports.pocket_tts = exports.phantom_wan = void 0;
5
- exports.moshi = exports.zonos = exports.hezar = exports.threedtopia_xl = exports.whisperkit = exports.audiocraft = exports.anemoi = exports.qwen3_tts = exports.pythae = exports.pxia = exports.outetts = void 0;
3
+ exports.paddlenlp = exports.open_clip = exports.multimolecule = exports.mesh_anything = exports.matanyone = exports.mars5_tts = exports.mamba_ssm = exports.tf_keras = exports.lerobot = exports.llama_cpp_python = exports.lightning_ir = exports.kittentts = exports.kimi_audio = exports.kernels = exports.keras_hub = exports.keras = exports.htrflow = exports.indextts = exports.gliner2 = exports.gliner = exports.flair = exports.fairseq = exports.espnet = exports.espnetASR = exports.espnetTTS = exports.edsnlp = exports.cartesia_mlx = exports.cartesia_pytorch = exports.diffusionkit = exports.diffusers = exports.describe_anything = exports.dia2 = exports.dia = exports.derm_foundation = exports.depth_pro = exports.depth_anything_v2 = exports.cxr_foundation = exports.sap_rpt_one_oss = exports.colipri = exports.collectorvision = exports.chronos_forecasting = exports.chatterbox = exports.bm25s = exports.bertopic = exports.ben2 = exports.audioseal = exports.asteroid = exports.araclip = exports.allennlp = exports.adapters = void 0;
4
+ exports.model2vec = exports.mlx = exports.mlxim = exports.univa = exports.swarmformer = exports.supertonic = exports.birefnet = exports.ultralytics = exports.chattts = exports.vui = exports.voxcpm = exports.voicecraft = exports.lvface = exports.vfimamba = exports.videoprism = exports.vibevoice = exports.sana = exports.sentis = exports.mlAgents = exports.stableBaselines3 = exports.fasttext = exports.peft = exports.transformersJS = exports.transformers = exports.terratorch = exports.speechbrain = exports.stanza = exports.span_marker = exports.spacy = exports.setfit = exports.sentenceTransformers = exports.sampleFactory = exports.sam_3d_body = exports.sam_3d_objects = exports.sam2 = exports.fastai = exports.stable_audio_tools = exports.sklearn = exports.seed_story = exports.saelens = exports.timm = exports.tensorflowtts = exports.renderformer = exports.relik = exports.pyannote_audio = exports.pyannote_audio_pipeline = exports.pocket_tts = exports.phantom_wan = exports.perception_encoder = exports.paddleocr = void 0;
5
+ exports.moshi = exports.zonos = exports.hezar = exports.threedtopia_xl = exports.whisperkit = exports.audiocraft = exports.anemoi = exports.qwen3_tts = exports.pythae = exports.pxia = exports.outetts = exports.nemo = exports.pruna = void 0;
6
6
  const library_to_tasks_js_1 = require("./library-to-tasks.js");
7
7
  const inputs_js_1 = require("./snippets/inputs.js");
8
8
  const common_js_1 = require("./snippets/common.js");
@@ -146,6 +146,20 @@ pred_df = pipeline.predict_df(
146
146
  return [installSnippet, exampleSnippet];
147
147
  };
148
148
  exports.chronos_forecasting = chronos_forecasting;
149
+ const collectorvision = (model) => [
150
+ `pip install git+https://github.com/HanClinto/CollectorVision huggingface_hub`,
151
+ `from huggingface_hub import hf_hub_download
152
+ import collector_vision as cvg
153
+
154
+ checkpoint = hf_hub_download(repo_id="${model.id}", filename="model.onnx")
155
+
156
+ # Detector models, such as Cornelius:
157
+ detector = cvg.NeuralCornerDetector(checkpoint)
158
+
159
+ # Embedder models, such as Milo:
160
+ embedder = cvg.NeuralEmbedder(checkpoint)`,
161
+ ];
162
+ exports.collectorvision = collectorvision;
149
163
  const colipri = (model) => {
150
164
  const installSnippet = `pip install colipri`;
151
165
  const exampleSnippet = `from colipri import get_model
@@ -1053,6 +1067,46 @@ from MeshAnything.models.meshanything import MeshAnything
1053
1067
  model = MeshAnything(args)`,
1054
1068
  ];
1055
1069
  exports.mesh_anything = mesh_anything;
1070
+ const multimolecule = (model) => {
1071
+ const widgetExample = model.widgetData?.[0];
1072
+ const exampleText = widgetExample?.text;
1073
+ const maskToken = model.mask_token ?? "<mask>";
1074
+ const sequence = exampleText?.replace(maskToken, "A");
1075
+ const snippets = [`pip install multimolecule`];
1076
+ if (sequence) {
1077
+ snippets.push(`from multimolecule import AutoModel, AutoTokenizer
1078
+
1079
+ tokenizer = AutoTokenizer.from_pretrained("${model.id}")
1080
+ model = AutoModel.from_pretrained("${model.id}")
1081
+
1082
+ inputs = tokenizer("${sequence}", return_tensors="pt")
1083
+ outputs = model(**inputs)
1084
+ embeddings = outputs.last_hidden_state`);
1085
+ }
1086
+ else {
1087
+ snippets.push(`from multimolecule import AutoModel, AutoTokenizer
1088
+
1089
+ tokenizer = AutoTokenizer.from_pretrained("${model.id}")
1090
+ model = AutoModel.from_pretrained("${model.id}")`);
1091
+ }
1092
+ if (model.tags.includes("rna-secondary-structure") && exampleText) {
1093
+ snippets.push(`import multimolecule
1094
+ from transformers import pipeline
1095
+
1096
+ predictor = pipeline("rna-secondary-structure", model="${model.id}")
1097
+ output = predictor("${exampleText}")
1098
+ print(output["secondary_structure"])`);
1099
+ }
1100
+ else if (model.pipeline_tag === "fill-mask" && exampleText) {
1101
+ snippets.push(`import multimolecule
1102
+ from transformers import pipeline
1103
+
1104
+ predictor = pipeline("fill-mask", model="${model.id}")
1105
+ output = predictor("${exampleText}")`);
1106
+ }
1107
+ return snippets;
1108
+ };
1109
+ exports.multimolecule = multimolecule;
1056
1110
  const open_clip = (model) => [
1057
1111
  `import open_clip
1058
1112