Skip to content

Commit ec2ee60

Browse files
authored
Update hardware.ts
Add RTX A5000
1 parent 2413423 commit ec2ee60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ export const SKUS = {
100100
tflops: 38.7,
101101
memory: [48],
102102
},
103+
"RTX A5000": {
104+
tflops: 34.1,
105+
memory: [24],
106+
},
103107
"RTX A4000": {
104108
tflops: 19.2,
105109
memory: [16],

0 commit comments

Comments
 (0)