Skip to content

Commit 7081e38

Browse files
1 parent 4b15317 commit 7081e38

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
@@ -120,6 +120,14 @@ export const SKUS = {
120120
tflops: 16.6,
121121
memory: [8],
122122
},
123+
"RTX 3060 Ti": {
124+
tflops: 16.2,
125+
memory: [8],
126+
},
127+
"RTX 3060": {
128+
tflops: 12.74,
129+
memory: [12, 8],
130+
},
123131
"RTX 2060 Mobile": {
124132
tflops: 9.22,
125133
memory: [6],

0 commit comments

Comments
 (0)