Skip to content

Commit

Permalink
[skip-ci] .github: Set linux gpu instances to be non-ephemeral (pytor…
Browse files Browse the repository at this point in the history
…ch#67345)

Summary:
Pull Request resolved: pytorch#67345

Was hitting capacity issues, setting these to non-ephemeral would mean
keeping the current capacity at the expense of "unclean" nodes

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Test Plan: Imported from OSS

Reviewed By: malfet

Differential Revision: D31965477

Pulled By: seemethere

fbshipit-source-id: 6d45fb34d07d55c5112db065af2aa0a8b1fd8d1f
  • Loading branch information
seemethere authored and facebook-github-bot committed Oct 27, 2021
1 parent b55a250 commit 0101b1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# os: linux
# max_available: 20
# disk_size: 50
# is_ephemeral: true

runner_types:
linux.2xlarge:
Expand All @@ -27,16 +28,19 @@ runner_types:
os: linux
max_available: 125
disk_size: 150
is_ephemeral: false
linux.4xlarge.nvidia.gpu:
instance_type: g3.4xlarge
os: linux
max_available: 125
disk_size: 150
is_ephemeral: false
linux.16xlarge.nvidia.gpu:
instance_type: g3.16xlarge
os: linux
max_available: 10
disk_size: 150
is_ephemeral: false
windows.4xlarge:
instance_type: c5d.4xlarge
os: windows
Expand Down

0 comments on commit 0101b1e

Please sign in to comment.