Skip to content

Commit

Permalink
Adding runner linux.12xlarge.memory.ephemeral (#6316)
Browse files Browse the repository at this point in the history
This runner is to be used for binary builds as identified in
pytorch/pytorch#147542
  • Loading branch information
jeanschmidt authored Feb 21, 2025
1 parent 37f8b16 commit 5b1f255
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/canary-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,8 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: false
os: linux
c.linux.12xlarge.memory.ephemeral:
disk_size: 400
instance_type: r5.12xlarge
is_ephemeral: true
os: linux
5 changes: 5 additions & 0 deletions .github/lf-canary-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,8 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: false
os: linux
lf.c.linux.12xlarge.memory.ephemeral:
disk_size: 400
instance_type: r5.12xlarge
is_ephemeral: true
os: linux
5 changes: 5 additions & 0 deletions .github/lf-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,8 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: false
os: linux
lf.linux.12xlarge.memory.ephemeral:
disk_size: 400
instance_type: r5.12xlarge
is_ephemeral: true
os: linux
5 changes: 5 additions & 0 deletions .github/scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,8 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: false
os: linux
linux.12xlarge.memory.ephemeral:
disk_size: 400
instance_type: r5.12xlarge
is_ephemeral: true
os: linux

0 comments on commit 5b1f255

Please sign in to comment.