Skip to content

Commit 5003f70

Browse files
authored
Add r7g arm64 runner with more memory (#7146)
This is the equivalent of `linux.12xlarge.memory` we are using to build vLLM, but for arm64 --------- Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 8cbb5f0 commit 5003f70

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/canary-scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ runner_types:
172172
instance_type: m8g.4xlarge
173173
is_ephemeral: true
174174
os: linux
175+
c.linux.arm64.r7g.12xlarge.memory:
176+
disk_size: 600
177+
instance_type: r7g.12xlarge
178+
is_ephemeral: true
179+
os: linux
175180
c.linux.arm64.2xlarge.ephemeral:
176181
disk_size: 256
177182
instance_type: t4g.2xlarge

.github/lf-canary-scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ runner_types:
172172
instance_type: m8g.4xlarge
173173
is_ephemeral: true
174174
os: linux
175+
lf.c.linux.arm64.r7g.12xlarge.memory:
176+
disk_size: 600
177+
instance_type: r7g.12xlarge
178+
is_ephemeral: true
179+
os: linux
175180
lf.c.linux.arm64.2xlarge.ephemeral:
176181
disk_size: 256
177182
instance_type: t4g.2xlarge

.github/lf-scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ runner_types:
172172
instance_type: m8g.4xlarge
173173
is_ephemeral: true
174174
os: linux
175+
lf.linux.arm64.r7g.12xlarge.memory:
176+
disk_size: 600
177+
instance_type: r7g.12xlarge
178+
is_ephemeral: true
179+
os: linux
175180
lf.linux.arm64.2xlarge.ephemeral:
176181
disk_size: 256
177182
instance_type: t4g.2xlarge

.github/scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ runner_types:
168168
instance_type: m8g.4xlarge
169169
is_ephemeral: true
170170
os: linux
171+
linux.arm64.r7g.12xlarge.memory:
172+
disk_size: 600
173+
instance_type: r7g.12xlarge
174+
is_ephemeral: true
175+
os: linux
171176
linux.arm64.2xlarge.ephemeral:
172177
disk_size: 256
173178
instance_type: t4g.2xlarge

0 commit comments

Comments
 (0)