Skip to content

Commit 4325cdf

Browse files
authored
add g6.12xlarge for multi gpu tests (#7124)
# Overview add g6.12xlarge instance as ephmeral # purpose as we want to enable more vllm tests in ci, replace h100 4 gpu instance with g6.12xlarge for vllm tests. bc currently we have limited h100 https://instances.vantage.sh/aws/ec2/g6.12xlarge?currency=USD
1 parent a46b96d commit 4325cdf

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
@@ -147,6 +147,11 @@ runner_types:
147147
instance_type: g6.4xlarge
148148
is_ephemeral: true
149149
os: linux
150+
c.linux.g6.12xlarge.nvidia.gpu:
151+
disk_size: 150
152+
instance_type: g6.12xlarge
153+
is_ephemeral: true
154+
os: linux
150155
c.linux.large:
151156
disk_size: 15
152157
instance_type: c5.large

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ runner_types:
147147
instance_type: g6.4xlarge
148148
is_ephemeral: true
149149
os: linux
150+
lf.c.linux.g6.12xlarge.nvidia.gpu:
151+
disk_size: 150
152+
instance_type: g6.12xlarge
153+
is_ephemeral: true
154+
os: linux
150155
lf.c.linux.large:
151156
disk_size: 15
152157
instance_type: c5.large

.github/lf-scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ runner_types:
147147
instance_type: g6.4xlarge
148148
is_ephemeral: true
149149
os: linux
150+
lf.linux.g6.12xlarge.nvidia.gpu:
151+
disk_size: 150
152+
instance_type: g6.12xlarge
153+
is_ephemeral: true
154+
os: linux
150155
lf.linux.large:
151156
disk_size: 15
152157
instance_type: c5.large

.github/scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ runner_types:
143143
instance_type: g6.4xlarge
144144
is_ephemeral: true
145145
os: linux
146+
linux.g6.12xlarge.nvidia.gpu:
147+
disk_size: 150
148+
instance_type: g6.12xlarge
149+
is_ephemeral: true
150+
os: linux
146151
linux.large:
147152
disk_size: 15
148153
instance_type: c5.large

0 commit comments

Comments
 (0)