Skip to content

Commit d95fafb

Browse files
authored
Make linter happy
1 parent 4aee788 commit d95fafb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ export interface HardwareSpec {
3131
memory?: number[];
3232
}
3333

34-
export const DEFAULT_MEMORY_OPTIONS = [8, 16, 24, 32, 40, 48, 64, 80, 96, 128, 192, 256, 384, 512, 768, 1024, 1536, 2048];
34+
export const DEFAULT_MEMORY_OPTIONS = [
35+
8, 16, 24, 32, 40, 48, 64, 80, 96, 128, 192, 256, 384, 512, 768, 1024, 1536, 2048,
36+
];
3537

3638
export const SKUS = {
3739
GPU: {
@@ -542,7 +544,7 @@ export const SKUS = {
542544
tflops: 0.25,
543545
},
544546
"Xeon E5v3 (Haswell)": {
545-
tflops: 0.20,
547+
tflops: 0.2,
546548
},
547549
"Xeon E5v2 (Ivy Bridge)": {
548550
tflops: 0.15,

0 commit comments

Comments
 (0)