mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 11:54:54 +08:00
22 lines
670 B
YAML
22 lines
670 B
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.
|
|
# runner_types:
|
|
# runner_label:
|
|
# instance_type: m4.large
|
|
# os: linux
|
|
# # min_available defaults to the global cfg in the ALI Terraform
|
|
# min_available: undefined
|
|
# # when max_available value is not defined, no max runners is enforced
|
|
# max_available: undefined
|
|
# disk_size: 50
|
|
# is_ephemeral: true
|
|
|
|
runner_types:
|
|
linux.2xlarge:
|
|
disk_size: 150
|
|
instance_type: c5.2xlarge
|
|
is_ephemeral: true
|
|
os: linux
|