pytorch/.github/scale-config.yml
Sam Estep d62c3ea354 [skip ci] Add GitHub Actions label for g3.16xlarge (#60888)
Summary:
Prerequisite for https://github.com/pytorch/pytorch/issues/60221.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/60888

Reviewed By: seemethere

Differential Revision: D29436592

Pulled By: samestep

fbshipit-source-id: b3254139ec9c46c533f8f951a9ede3b372a65536
2021-06-28 15:49:52 -07:00

44 lines
1.1 KiB
YAML

# scale-config.yml:
# Powers what instance types are available for GHA auto-scaled
# runners. Runners listed here will be available as self hosted
# runners, configuration is directly pulled from the main branch.
#
# NOTE (Apr, 5, 2021): Linux runners are currently all an amazonlinux2
#
# TODO: Add some documentation on how the auto-scaling works
#
# NOTE: Default values,
#
# runner_types:
# runner_label:
# instance_type: m4.large
# os: linux
# max_available: 20
# disk_size: 50
runner_types:
linux.2xlarge:
instance_type: c5.2xlarge
os: linux
max_available: 500
disk_size: 150
linux.8xlarge.nvidia.gpu:
instance_type: g3.8xlarge
os: linux
max_available: 50
disk_size: 150
linux.16xlarge.nvidia.gpu:
instance_type: g3.16xlarge
os: linux
max_available: 10
disk_size: 150
windows.4xlarge:
instance_type: c5d.4xlarge
os: windows
max_available: 200
disk_size: 256
windows.8xlarge.nvidia.gpu:
instance_type: p3.2xlarge
os: windows
max_available: 25
disk_size: 256