Skip to content

Commit 64cd90b

Browse files
authored
feat: higher memory options added. (#698)
256 and 512 memory options added to DEFAULT_MEMORY_OPTIONS
1 parent fffe16e commit 64cd90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/hardware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface HardwareSpec {
3131
memory?: number[];
3232
}
3333

34-
export const DEFAULT_MEMORY_OPTIONS = [8, 16, 24, 32, 40, 48, 64, 80, 96, 128];
34+
export const DEFAULT_MEMORY_OPTIONS = [8, 16, 24, 32, 40, 48, 64, 80, 96, 128, 256, 512];
3535

3636
export const SKUS = {
3737
GPU: {

0 commit comments

Comments
 (0)