Skip to content

Commit 7dd9043

Browse files
sanjumsanthoshcoyotte508pcuenca
authored
Add support for RTX 2070 SUPER Mobile and RTX 2070 SUPER in hardware.ts (huggingface#880)
Came across https://huggingface.co/settings/local-apps and wanted to add couple more GPUs i had. This pull request adds FP16 (half) FLOPs for the RTX 2070 SUPER Mobile and RTX 2070 SUPER graphics cards in the `hardware.ts` file. Ref - https://www.techpowerup.com/gpu-specs/geforce-rtx-2070-super-mobile.c3514 - https://www.techpowerup.com/gpu-specs/geforce-rtx-2070-super.c3440 --------- Co-authored-by: Eliott C. <coyotte508@protonmail.com> Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent e4c3eae commit 7dd9043

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
@@ -176,6 +176,14 @@ export const SKUS = {
176176
tflops: 14.93,
177177
memory: [8],
178178
},
179+
"RTX 2070 SUPER Mobile": {
180+
tflops: 14.13,
181+
memory: [8],
182+
},
183+
"RTX 2070 SUPER": {
184+
tflops: 18.12,
185+
memory: [8],
186+
},
179187
"RTX 3050 Mobile": {
180188
tflops: 7.639,
181189
memory: [6],

0 commit comments

Comments
 (0)