Skip to content

Commit 2707885

Browse files
stelterlabpcuenca
andauthored
Add NVIDIA RTX 5060, RTX 5060 Ti models to hardware.ts (#1369)
Please add those to new NVIDIA RTX 50 series cards which were recently released so they can be shown in the users profile. ;-) Sources used: - https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-ti.c4246 - https://www.techpowerup.com/gpu-specs/geforce-rtx-5060.c4219 --------- Signed-off-by: Christian Otto Stelter <[email protected]> Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 5560b85 commit 2707885

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
@@ -152,6 +152,14 @@ export const SKUS = {
152152
tflops: 43.94,
153153
memory: [16],
154154
},
155+
"RTX 5060 Ti": {
156+
tflops: 23.70, // source https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-ti.c4246
157+
memory: [16, 8],
158+
},
159+
"RTX 5060": {
160+
tflops: 19.18, // source https://www.techpowerup.com/gpu-specs/geforce-rtx-5060.c4219
161+
memory: [8],
162+
},
155163
"RTX 4090": {
156164
tflops: 82.58,
157165
memory: [24],

0 commit comments

Comments
 (0)