Skip to content

Commit 11a4952

Browse files
authored
fix lint issues in hardware.ts (#1234)
expectation: CI should be green
1 parent 162a378 commit 11a4952

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/tasks/src/hardware.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const SKUS = {
150150
},
151151
"RTX 4090 Mobile": {
152152
tflops: 32.98,
153-
memory: [16]
153+
memory: [16],
154154
},
155155
"RTX 4080 SUPER": {
156156
tflops: 52.2,
@@ -162,15 +162,15 @@ export const SKUS = {
162162
},
163163
"RTX 4080 Mobile": {
164164
tflops: 24.72,
165-
memory: [12]
165+
memory: [12],
166166
},
167167
"RTX 4070": {
168168
tflops: 29.15,
169169
memory: [12],
170170
},
171171
"RTX 4070 Mobile": {
172172
tflops: 15.62,
173-
memory: [8]
173+
memory: [8],
174174
},
175175
"RTX 4070 Ti": {
176176
tflops: 40.09,
@@ -194,7 +194,7 @@ export const SKUS = {
194194
},
195195
"RTX 4060 Mobile": {
196196
tflops: 11.61,
197-
memory: [8]
197+
memory: [8],
198198
},
199199
"RTX 3090": {
200200
tflops: 35.58,
@@ -214,7 +214,7 @@ export const SKUS = {
214214
},
215215
"RTX 3080 Mobile": {
216216
tflops: 18.98,
217-
memory: [8]
217+
memory: [8],
218218
},
219219
"RTX 3070": {
220220
tflops: 20.31,
@@ -282,7 +282,7 @@ export const SKUS = {
282282
},
283283
"GTX 1050 Ti": {
284284
tflops: 2.1, // float32 (GPU does not support native float16)
285-
memory: [4]
285+
memory: [4],
286286
},
287287
"RTX Titan": {
288288
tflops: 32.62,

0 commit comments

Comments
 (0)