Skip to content

Commit 98e32f0

Browse files
authored
feat: Add RTX A4000 16GB to hardware.ts (#817)
1 parent 5ef3b16 commit 98e32f0

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
@@ -72,6 +72,10 @@ export const SKUS = {
7272
tflops: 12.0,
7373
memory: [16],
7474
},
75+
"RTX A4000": {
76+
tflops: 19.2,
77+
memory: [16],
78+
},
7579
A100: {
7680
tflops: 77.97,
7781
memory: [80, 40],

0 commit comments

Comments
 (0)