Skip to content

Commit

Permalink
Update hardware.ts - Add RTX A2000 to specs (#1074)
Browse files Browse the repository at this point in the history
Hello, I would like to add this GPU that I am using. Many thanks.
Cc: @Vaibhavs10

GPU info: 
- https://www.techpowerup.com/gpu-specs/rtx-a2000.c3820 
- https://www.techpowerup.com/gpu-specs/rtx-a2000-12-gb.c3853
  • Loading branch information
wang-haoxian authored Dec 14, 2024
1 parent 8c62f4a commit 0a280ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ export const SKUS = {
tflops: 19.2,
memory: [16],
},
"RTX A2000": {
tflops: 7.987,
memory: [8, 12]
},
A100: {
tflops: 77.97,
memory: [80, 40],
Expand Down

0 comments on commit 0a280ca

Please sign in to comment.