Skip to content

Commit

Permalink
add RTX A6000 to hardware.ts (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani and Vaibhavs10 authored Jan 13, 2025
1 parent 77b4f84 commit 504fcb4
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 @@ -72,6 +72,10 @@ export const SKUS = {
tflops: 12.0,
memory: [16],
},
"RTX A6000": {
tflops: 38.7,
memory: [48],
},
"RTX A4000": {
tflops: 19.2,
memory: [16],
Expand Down

0 comments on commit 504fcb4

Please sign in to comment.