Skip to content

Commit d7df9d5

Browse files
📝 Update hardware.ts (#1801)
Adding new Intel cards. --------- Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent c535da1 commit d7df9d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎packages/tasks/src/hardware.ts‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,14 @@ export const SKUS = {
522522
tflops: 27.34,
523523
memory: [12],
524524
},
525+
"Arc B50": {
526+
tflops: 21.3,
527+
memory: [16],
528+
},
529+
"Arc B60": {
530+
tflops: 24.58,
531+
memory: [24, 48],
532+
},
525533
},
526534
QUALCOMM: {
527535
"Snapdragon X Elite X1E-00-1DE": {

0 commit comments

Comments
 (0)