Skip to content

Commit a66626d

Browse files
authored
1 parent cbaabe6 commit a66626d

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
@@ -116,6 +116,14 @@ export const SKUS = {
116116
tflops: 44.1,
117117
memory: [16],
118118
},
119+
"RTX 4060": {
120+
tflops: 15.11,
121+
memory: [8],
122+
},
123+
"RTX 4060 Ti": {
124+
tflops: 22.06,
125+
memory: [8, 16],
126+
},
119127
"RTX 3090": {
120128
tflops: 35.58,
121129
memory: [24],

0 commit comments

Comments
 (0)