Skip to content

Commit 20cc6cd

Browse files
theryexpcuenca
andauthored
Update hardware.ts (#1487)
Add RTX A5000 [Source document](https://www.nvidia.com/content/dam/en-zz/Solutions/gtcs22/rtx-a5500/nvidia-rtx-a5500-datasheet.pdf) --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 2413423 commit 20cc6cd

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)