@huggingface/tasks 0.19.89 → 0.20.0

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.
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SKUS = exports.DEFAULT_MEMORY_OPTIONS = exports.TFLOPS_THRESHOLD_EU_AI_ACT_MODEL_TRAINING_TOTAL = exports.TFLOPS_THRESHOLD_WHITE_HOUSE_CLUSTER = exports.TFLOPS_THRESHOLD_WHITE_HOUSE_MODEL_TRAINING_TOTAL_BIOLOGY = exports.TFLOPS_THRESHOLD_WHITE_HOUSE_MODEL_TRAINING_TOTAL = void 0;
4
+ const hardware_amd_js_1 = require("./hardware-amd.js");
5
+ const hardware_nvidia_js_1 = require("./hardware-nvidia.js");
4
6
  /**
5
7
  * Biden AI Executive Order (since revoked by President Trump):
6
8
  * https://web.archive.org/web/20250105222429/https://www.whitehouse.gov/briefing-room/presidential-actions/2023/10/30/executive-order-on-the-safe-secure-and-trustworthy-development-and-use-of-artificial-intelligence/
@@ -18,526 +20,8 @@ exports.DEFAULT_MEMORY_OPTIONS = [
18
20
  ];
19
21
  exports.SKUS = {
20
22
  GPU: {
21
- NVIDIA: {
22
- B200: {
23
- tflops: 496.6,
24
- memory: [192],
25
- },
26
- H200: {
27
- tflops: 241.3,
28
- memory: [141],
29
- },
30
- H100: {
31
- tflops: 267.6,
32
- memory: [80],
33
- },
34
- L40s: {
35
- tflops: 91.61,
36
- memory: [48],
37
- },
38
- L40: {
39
- tflops: 90.52,
40
- memory: [48],
41
- },
42
- L20: {
43
- tflops: 59.35,
44
- memory: [48],
45
- },
46
- L4: {
47
- tflops: 30.29,
48
- memory: [24],
49
- },
50
- GB10: {
51
- tflops: 29.71,
52
- memory: [128],
53
- },
54
- "RTX PRO 6000 WS": {
55
- tflops: 126,
56
- memory: [96],
57
- },
58
- "RTX PRO 6000 Max-Q": {
59
- tflops: 116,
60
- memory: [96],
61
- },
62
- "RTX 6000 Ada": {
63
- tflops: 91.1,
64
- memory: [48],
65
- },
66
- "RTX 5880 Ada": {
67
- tflops: 69.3,
68
- memory: [48],
69
- },
70
- "RTX 5000 Ada": {
71
- tflops: 65.3,
72
- memory: [32],
73
- },
74
- "RTX 4500 Ada": {
75
- tflops: 39.6,
76
- memory: [24],
77
- },
78
- "RTX 4000 Ada": {
79
- tflops: 26.7,
80
- memory: [20],
81
- },
82
- "RTX 4000 SFF Ada": {
83
- tflops: 19.2,
84
- memory: [20],
85
- },
86
- "RTX 2000 Ada": {
87
- tflops: 12.0,
88
- memory: [16],
89
- },
90
- "RTX A6000": {
91
- tflops: 38.7,
92
- memory: [48],
93
- },
94
- "RTX A5000": {
95
- tflops: 27.77,
96
- memory: [8, 12, 24],
97
- },
98
- "RTX A5000 Max-Q": {
99
- tflops: 16.59,
100
- memory: [16],
101
- },
102
- "RTX A5000 Mobile": {
103
- tflops: 19.35,
104
- memory: [16],
105
- },
106
- "RTX A4000": {
107
- tflops: 19.17,
108
- memory: [16],
109
- },
110
- "RTX A4000 Max-Q": {
111
- tflops: 14.28,
112
- memory: [8],
113
- },
114
- "RTX A4000 Mobile": {
115
- tflops: 17.2,
116
- memory: [8],
117
- },
118
- "RTX A3000 Mobile": {
119
- tflops: 10.9,
120
- memory: [6, 12],
121
- },
122
- "RTX A2000": {
123
- tflops: 7.987,
124
- memory: [6, 12],
125
- },
126
- "RTX A2000 Embedded": {
127
- tflops: 6.026,
128
- memory: [4],
129
- },
130
- "RTX A2000 Max-Q": {
131
- tflops: 6.1,
132
- memory: [4, 8],
133
- },
134
- "RTX A2000 Mobile": {
135
- tflops: 8.4,
136
- memory: [4, 8],
137
- },
138
- A100: {
139
- tflops: 77.97,
140
- memory: [80, 40],
141
- },
142
- A40: {
143
- tflops: 37.42,
144
- memory: [48],
145
- },
146
- A30: {
147
- tflops: 10.32,
148
- memory: [24],
149
- },
150
- A10: {
151
- tflops: 31.24,
152
- memory: [24],
153
- },
154
- A2: {
155
- tflops: 4.531, // source: https://www.techpowerup.com/gpu-specs/a2.c3848
156
- memory: [16],
157
- },
158
- "RTX 5090": {
159
- tflops: 104.8,
160
- memory: [32],
161
- },
162
- "RTX 5090 D": {
163
- tflops: 104.8,
164
- memory: [32],
165
- },
166
- "RTX 5090 Mobile": {
167
- tflops: 31.8,
168
- memory: [24],
169
- },
170
- "RTX 5080": {
171
- tflops: 56.28,
172
- memory: [16],
173
- },
174
- "RTX 5080 Mobile": {
175
- tflops: 24.58,
176
- memory: [16],
177
- },
178
- "RTX 5070": {
179
- tflops: 30.84,
180
- memory: [12],
181
- },
182
- "RTX 5070 Mobile": {
183
- tflops: 23.22,
184
- memory: [8],
185
- },
186
- "RTX 5070 Ti": {
187
- tflops: 43.94,
188
- memory: [16],
189
- },
190
- "RTX 5060 Ti": {
191
- tflops: 23.7, // source https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-ti.c4246
192
- memory: [16, 8],
193
- },
194
- "RTX 5060": {
195
- tflops: 19.18, // source https://www.techpowerup.com/gpu-specs/geforce-rtx-5060.c4219
196
- memory: [8],
197
- },
198
- "RTX 4090": {
199
- tflops: 82.58,
200
- memory: [24],
201
- },
202
- "RTX 4090D": {
203
- tflops: 79.49,
204
- memory: [24, 48],
205
- },
206
- "RTX 4090 Mobile": {
207
- tflops: 32.98,
208
- memory: [16],
209
- },
210
- "RTX 4080 SUPER": {
211
- tflops: 52.2,
212
- memory: [16],
213
- },
214
- "RTX 4080": {
215
- tflops: 48.7,
216
- memory: [16],
217
- },
218
- "RTX 4080 Mobile": {
219
- tflops: 24.72,
220
- memory: [12],
221
- },
222
- "RTX 4070": {
223
- tflops: 29.15,
224
- memory: [12],
225
- },
226
- "RTX 4070 Mobile": {
227
- tflops: 15.62,
228
- memory: [8],
229
- },
230
- "RTX 4070 Ti": {
231
- tflops: 40.09,
232
- memory: [12],
233
- },
234
- "RTX 4070 Super": {
235
- tflops: 35.48,
236
- memory: [12],
237
- },
238
- "RTX 4070 Ti Super": {
239
- tflops: 44.1,
240
- memory: [16],
241
- },
242
- "RTX 4060": {
243
- tflops: 15.11,
244
- memory: [8],
245
- },
246
- "RTX 4060 Ti": {
247
- tflops: 22.06,
248
- memory: [8, 16],
249
- },
250
- "RTX 4090 Laptop": {
251
- tflops: 32.98,
252
- memory: [16],
253
- },
254
- "RTX 4080 Laptop": {
255
- tflops: 24.72,
256
- memory: [12],
257
- },
258
- "RTX 4070 Laptop": {
259
- tflops: 15.62,
260
- memory: [8],
261
- },
262
- "RTX 4060 Laptop": {
263
- tflops: 11.61,
264
- memory: [8],
265
- },
266
- "RTX 4050 Laptop": {
267
- tflops: 8.9,
268
- memory: [6],
269
- },
270
- "RTX 3090": {
271
- tflops: 35.58,
272
- memory: [24],
273
- },
274
- "RTX 3090 Ti": {
275
- tflops: 40,
276
- memory: [24],
277
- },
278
- "RTX 3080": {
279
- tflops: 30.6,
280
- memory: [12, 10],
281
- },
282
- "RTX 3080 Ti": {
283
- tflops: 34.1,
284
- memory: [12],
285
- },
286
- "RTX 3080 Mobile": {
287
- tflops: 18.98,
288
- memory: [8],
289
- },
290
- "RTX 3070": {
291
- tflops: 20.31,
292
- memory: [8],
293
- },
294
- "RTX 3070 Ti": {
295
- tflops: 21.75,
296
- memory: [8],
297
- },
298
- "RTX 3070 Ti Mobile": {
299
- tflops: 16.6,
300
- memory: [8],
301
- },
302
- "RTX 3060 Ti": {
303
- tflops: 16.2,
304
- memory: [8],
305
- },
306
- "RTX 3060": {
307
- tflops: 12.74,
308
- memory: [12, 8],
309
- },
310
- "RTX 2080 Ti": {
311
- tflops: 26.9,
312
- memory: [11, 22], // 22GB: modded 2080ti
313
- },
314
- "RTX 2080": {
315
- tflops: 20.14,
316
- memory: [8],
317
- },
318
- "RTX 2070": {
319
- tflops: 14.93,
320
- memory: [8],
321
- },
322
- "RTX 2070 SUPER Mobile": {
323
- tflops: 14.13,
324
- memory: [8],
325
- },
326
- "RTX 2070 SUPER": {
327
- tflops: 18.12,
328
- memory: [8],
329
- },
330
- "RTX 3060 Mobile": {
331
- tflops: 10.94,
332
- memory: [6],
333
- },
334
- "RTX 3050 Mobile": {
335
- tflops: 7.639,
336
- memory: [4, 6],
337
- },
338
- "RTX 2060": {
339
- tflops: 12.9,
340
- memory: [6],
341
- },
342
- "RTX 2060 12GB": {
343
- tflops: 14.36,
344
- memory: [12],
345
- },
346
- "RTX 2060 Mobile": {
347
- tflops: 9.22,
348
- memory: [6],
349
- },
350
- "GTX 1080 Ti": {
351
- tflops: 11.34, // float32 (GPU does not support native float16)
352
- memory: [11],
353
- },
354
- "GTX 1070 Ti": {
355
- tflops: 8.2, // float32 (GPU does not support native float16)
356
- memory: [8],
357
- },
358
- "GTX 1060": {
359
- tflops: 3.9, // float32 (GPU does not support native float16)
360
- memory: [3, 6],
361
- },
362
- "GTX 1050 Ti": {
363
- tflops: 2.1, // float32 (GPU does not support native float16)
364
- memory: [4],
365
- },
366
- "RTX Titan": {
367
- tflops: 32.62,
368
- memory: [24],
369
- },
370
- "GTX 1660": {
371
- tflops: 10.05,
372
- memory: [6],
373
- },
374
- "GTX 1650 Mobile": {
375
- tflops: 6.39,
376
- memory: [4],
377
- },
378
- T4: {
379
- tflops: 65.13,
380
- memory: [16],
381
- },
382
- T10: {
383
- tflops: 20.0,
384
- memory: [16],
385
- },
386
- V100: {
387
- tflops: 28.26,
388
- memory: [32, 16],
389
- },
390
- "Quadro P6000": {
391
- tflops: 12.63, // float32 (GPU does not support native float16)
392
- memory: [24],
393
- },
394
- P40: {
395
- tflops: 11.76, // float32 (GPU does not support native float16)
396
- memory: [24],
397
- },
398
- P100: {
399
- tflops: 19.05,
400
- memory: [16],
401
- },
402
- "Jetson AGX Orin 64GB": {
403
- tflops: 10.65,
404
- memory: [64],
405
- },
406
- "Jetson AGX Orin 32GB": {
407
- tflops: 6.66,
408
- memory: [32],
409
- },
410
- "Jetson Orin NX 16GB": {
411
- tflops: 3.76,
412
- memory: [16],
413
- },
414
- "Jetson Orin NX 8GB": {
415
- tflops: 3.13,
416
- memory: [8],
417
- },
418
- "Jetson Orin Nano 8GB": {
419
- tflops: 2.56,
420
- memory: [8],
421
- },
422
- "Jetson Orin Nano 4GB": {
423
- tflops: 1.28,
424
- memory: [4],
425
- },
426
- "Jetson AGX Xavier": {
427
- tflops: 2.82,
428
- memory: [32, 64],
429
- },
430
- "Jetson Xavier NX": {
431
- tflops: 1.69,
432
- memory: [8, 16],
433
- },
434
- "Jetson TX2": {
435
- tflops: 1.33,
436
- memory: [4, 8],
437
- },
438
- "Jetson Nano": {
439
- tflops: 0.47,
440
- memory: [4],
441
- },
442
- },
443
- AMD: {
444
- MI300: {
445
- tflops: 383.0,
446
- memory: [192],
447
- },
448
- MI250: {
449
- tflops: 362.1,
450
- memory: [128],
451
- },
452
- MI210: {
453
- tflops: 181.0,
454
- memory: [64],
455
- },
456
- MI100: {
457
- tflops: 184.6,
458
- memory: [32],
459
- },
460
- MI60: {
461
- tflops: 29.5,
462
- memory: [32],
463
- },
464
- MI50: {
465
- tflops: 26.5,
466
- memory: [16, 32],
467
- },
468
- "R9700 PRO": {
469
- tflops: 95.7,
470
- memory: [32],
471
- },
472
- "RX 9070 XT": {
473
- tflops: 97.32,
474
- memory: [16],
475
- },
476
- "RX 9070": {
477
- tflops: 72.25,
478
- memory: [16],
479
- },
480
- "RX 7900 XTX": {
481
- tflops: 122.8,
482
- memory: [24],
483
- },
484
- "RX 7900 XT": {
485
- tflops: 103.0,
486
- memory: [20],
487
- },
488
- "RX 7900 GRE": {
489
- tflops: 91.96,
490
- memory: [16],
491
- },
492
- "RX 7800 XT": {
493
- tflops: 74.65,
494
- memory: [16],
495
- },
496
- "RX 7700 XT": {
497
- tflops: 70.34,
498
- memory: [12],
499
- },
500
- "RX 7600 XT": {
501
- tflops: 45.14,
502
- memory: [16, 8],
503
- },
504
- "RX 6950 XT": {
505
- tflops: 47.31,
506
- memory: [16],
507
- },
508
- "RX 6800": {
509
- tflops: 32.33,
510
- memory: [16],
511
- },
512
- "RX 6700 XT": {
513
- tflops: 26.43,
514
- memory: [12],
515
- },
516
- "RX 6700": {
517
- tflops: 22.58,
518
- memory: [10],
519
- },
520
- "RX 6650 XT": {
521
- tflops: 21.59,
522
- memory: [8],
523
- },
524
- "RX 6600 XT": {
525
- tflops: 21.21,
526
- memory: [8],
527
- },
528
- "RX 6600": {
529
- tflops: 17.86,
530
- memory: [8],
531
- },
532
- "Radeon Pro VII": {
533
- tflops: 26.11,
534
- memory: [16, 32],
535
- },
536
- "Ryzen AI Max+ 395": {
537
- tflops: 59.4,
538
- memory: [64, 96, 128],
539
- },
540
- },
23
+ NVIDIA: hardware_nvidia_js_1.NVIDIA_SKUS,
24
+ AMD: hardware_amd_js_1.AMD_GPU_SKUS,
541
25
  INTEL: {
542
26
  "Arc A750": {
543
27
  tflops: 34.41,
@@ -688,6 +172,9 @@ exports.SKUS = {
688
172
  "Ryzen Threadripper Zen 1000 (Whitehaven)": {
689
173
  tflops: 0.6,
690
174
  },
175
+ "Ryzen 7 3800X (16)": {
176
+ tflops: 1.73,
177
+ },
691
178
  "Ryzen Zen 5 9000 (Ryzen 9)": {
692
179
  tflops: 0.56,
693
180
  },
@@ -727,6 +214,18 @@ exports.SKUS = {
727
214
  "Ryzen Zen 2 3000 (Ryzen 3)": {
728
215
  tflops: 0.72,
729
216
  },
217
+ "Ryzen AI 300 (Ryzen AI 9 HX)": {
218
+ tflops: 5.52,
219
+ },
220
+ "Ryzen AI 300 (Ryzen AI 9)": {
221
+ tflops: 5.2,
222
+ },
223
+ "Ryzen AI 300 (Ryzen AI 7)": {
224
+ tflops: 4.34,
225
+ },
226
+ "Ryzen AI 300 (Ryzen AI 5)": {
227
+ tflops: 1.57,
228
+ },
730
229
  },
731
230
  },
732
231
  "Apple Silicon": {
@@ -13,6 +13,8 @@ export * from "./gguf.js";
13
13
  export { type InferenceSnippet, type InferenceSnippetLanguage, type ModelDataMinimal, inferenceSnippetLanguages, stringifyGenerationConfig, stringifyMessages, getModelInputSnippet, } from "./snippets/index.js";
14
14
  export { SKUS, DEFAULT_MEMORY_OPTIONS } from "./hardware.js";
15
15
  export type { HardwareSpec, SkuType } from "./hardware.js";
16
+ export type { AmdGpuHardwareSpec } from "./hardware-amd.js";
17
+ export type { NvidiaHardwareSpec } from "./hardware-nvidia.js";
16
18
  export { LOCAL_APPS } from "./local-apps.js";
17
19
  export type { LocalApp, LocalAppKey, LocalAppSnippet } from "./local-apps.js";
18
20
  export { DATASET_LIBRARIES_UI_ELEMENTS } from "./dataset-libraries.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACvF,cAAc,kBAAkB,CAAC;AACjC,OAAO,EACN,aAAa,EACb,cAAc,EACd,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,UAAU,EACV,eAAe,EACf,aAAa,EACb,kBAAkB,GAClB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACN,8BAA8B,EAC9B,sBAAsB,EACtB,2BAA2B,GAC3B,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC9E,YAAY,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACzF,YAAY,EACX,aAAa,EACb,sBAAsB,EACtB,gCAAgC,EAChC,8BAA8B,EAC9B,kCAAkC,EAClC,uBAAuB,EACvB,sBAAsB,EACtB,oCAAoC,EACpC,gCAAgC,EAChC,2BAA2B,EAC3B,gCAAgC,EAChC,8BAA8B,EAC9B,sBAAsB,EACtB,8BAA8B,EAC9B,mBAAmB,EACnB,sBAAsB,EACtB,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,GACvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,cAAc,WAAW,CAAC;AAE1B,OAAO,EACN,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,gBAAgB,EACrB,yBAAyB,EACzB,yBAAyB,EACzB,iBAAiB,EACjB,oBAAoB,GACpB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,IAAI,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAC7D,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAE9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;AACvE,YAAY,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEzF,cAAc,0BAA0B,CAAC;AAEzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACvF,cAAc,kBAAkB,CAAC;AACjC,OAAO,EACN,aAAa,EACb,cAAc,EACd,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,UAAU,EACV,eAAe,EACf,aAAa,EACb,kBAAkB,GAClB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACN,8BAA8B,EAC9B,sBAAsB,EACtB,2BAA2B,GAC3B,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC9E,YAAY,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACzF,YAAY,EACX,aAAa,EACb,sBAAsB,EACtB,gCAAgC,EAChC,8BAA8B,EAC9B,kCAAkC,EAClC,uBAAuB,EACvB,sBAAsB,EACtB,oCAAoC,EACpC,gCAAgC,EAChC,2BAA2B,EAC3B,gCAAgC,EAChC,8BAA8B,EAC9B,sBAAsB,EACtB,8BAA8B,EAC9B,mBAAmB,EACnB,sBAAsB,EACtB,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,GACvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,cAAc,WAAW,CAAC;AAE1B,OAAO,EACN,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,gBAAgB,EACrB,yBAAyB,EACzB,yBAAyB,EACzB,iBAAiB,EACjB,oBAAoB,GACpB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,IAAI,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAC7D,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC3D,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC5D,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAE9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;AACvE,YAAY,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEzF,cAAc,0BAA0B,CAAC;AAEzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC"}
@@ -17,8 +17,8 @@ export declare const EVALUATION_FRAMEWORKS: {
17
17
  readonly description: "Multimodal toolbox for evaluating embeddings and retrieval systems.";
18
18
  readonly url: "https://github.com/embeddings-benchmark/mteb";
19
19
  };
20
- readonly "olmo-bench": {
21
- readonly name: "olmo-bench";
20
+ readonly "olmocr-bench": {
21
+ readonly name: "olmocr-bench";
22
22
  readonly description: "olmOCR-Bench is a framework for evaluating document-level OCR of various tools.";
23
23
  readonly url: "https://github.com/allenai/olmocr/tree/main/olmocr/bench";
24
24
  };
@@ -42,5 +42,10 @@ export declare const EVALUATION_FRAMEWORKS: {
42
42
  readonly description: "SWE-Bench Pro is a challenging benchmark evaluating LLMs/Agents on long-horizon software engineering tasks.";
43
43
  readonly url: "https://github.com/scaleapi/SWE-bench_Pro-os";
44
44
  };
45
+ readonly "nemo-evaluator": {
46
+ readonly name: "nemo-evaluator";
47
+ readonly description: "NeMo Evaluator is an open-source platform for robust, reproducible, and scalable evaluation of Large Language Models across 100+ benchmarks.";
48
+ readonly url: "https://github.com/NVIDIA-NeMo/Evaluator";
49
+ };
45
50
  };
46
51
  //# sourceMappingURL=eval.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eval.d.ts","sourceRoot":"","sources":["../../src/eval.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CxB,CAAC"}
1
+ {"version":3,"file":"eval.d.ts","sourceRoot":"","sources":["../../src/eval.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDxB,CAAC"}
package/dist/esm/eval.js CHANGED
@@ -17,8 +17,8 @@ export const EVALUATION_FRAMEWORKS = {
17
17
  description: "Multimodal toolbox for evaluating embeddings and retrieval systems.",
18
18
  url: "https://github.com/embeddings-benchmark/mteb",
19
19
  },
20
- "olmo-bench": {
21
- name: "olmo-bench",
20
+ "olmocr-bench": {
21
+ name: "olmocr-bench",
22
22
  description: "olmOCR-Bench is a framework for evaluating document-level OCR of various tools.",
23
23
  url: "https://github.com/allenai/olmocr/tree/main/olmocr/bench",
24
24
  },
@@ -42,4 +42,9 @@ export const EVALUATION_FRAMEWORKS = {
42
42
  description: "SWE-Bench Pro is a challenging benchmark evaluating LLMs/Agents on long-horizon software engineering tasks.",
43
43
  url: "https://github.com/scaleapi/SWE-bench_Pro-os",
44
44
  },
45
+ "nemo-evaluator": {
46
+ name: "nemo-evaluator",
47
+ description: "NeMo Evaluator is an open-source platform for robust, reproducible, and scalable evaluation of Large Language Models across 100+ benchmarks.",
48
+ url: "https://github.com/NVIDIA-NeMo/Evaluator",
49
+ },
45
50
  };
@@ -0,0 +1,11 @@
1
+ import type { HardwareSpec } from "./hardware.js";
2
+ export interface AmdGpuHardwareSpec extends HardwareSpec {
3
+ /**
4
+ * GFX version / LLVM ISA target (AMD GPUs only), e.g. "gfx1100"
5
+ *
6
+ * potential source https://llvm.org/docs/AMDGPUUsage.html#processors
7
+ */
8
+ gfxVersion: string;
9
+ }
10
+ export declare const AMD_GPU_SKUS: Record<string, AmdGpuHardwareSpec>;
11
+ //# sourceMappingURL=hardware-amd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hardware-amd.d.ts","sourceRoot":"","sources":["../../src/hardware-amd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CA8H3D,CAAC"}