Skip to content

Commit 26a6395

Browse files
Daniel Fernandezcoyotte508
andauthored
1 parent 2535673 commit 26a6395

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

packages/tasks/src/hardware.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,21 @@ export const SKUS = {
100100
tflops: 40,
101101
memory: [24],
102102
},
103+
"RTX 3080": {
104+
tflops: 30.6,
105+
memory: [12, 10],
106+
},
103107
"RTX 3080 Ti": {
104108
tflops: 34.1,
105109
memory: [12],
106110
},
107-
"RTX 3080": {
108-
tflops: 30.6,
109-
memory: [12, 10],
111+
"RTX 3070": {
112+
tflops: 20.31,
113+
memory: [8],
114+
},
115+
"RTX 3070 Ti": {
116+
tflops: 21.75,
117+
memory: [8],
110118
},
111119
"RTX 3070 Ti Laptop": {
112120
tflops: 16.6,

0 commit comments

Comments
 (0)