Skip to content

Commit

Permalink
Add support for RTX 2070 SUPER Mobile and RTX 2070 SUPER in hardware.…
Browse files Browse the repository at this point in the history
…ts (#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. <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent e4c3eae commit 7dd9043
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ export const SKUS = {
tflops: 14.93,
memory: [8],
},
"RTX 2070 SUPER Mobile": {
tflops: 14.13,
memory: [8],
},
"RTX 2070 SUPER": {
tflops: 18.12,
memory: [8],
},
"RTX 3050 Mobile": {
tflops: 7.639,
memory: [6],
Expand Down

0 comments on commit 7dd9043

Please sign in to comment.