Skip to content

Commit 04a0eb4

Browse files
Update hardware.ts to inclide RTX 3070 Ti Laptop (#697)
Co-authored-by: Eliott C <[email protected]>
1 parent 64cd90b commit 04a0eb4

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
@@ -108,6 +108,10 @@ export const SKUS = {
108108
tflops: 30.6,
109109
memory: [12, 10],
110110
},
111+
"RTX 3070 Ti Laptop": {
112+
tflops: 16.6,
113+
memory: [8],
114+
},
111115
},
112116
AMD: {
113117
MI300: {

0 commit comments

Comments
 (0)