2021-02-10 17:16:31 +01:00
|
|
|
cluster_name: ray-tune-scalability-tests-200x2
|
|
|
|
|
|
|
|
max_workers: 199
|
|
|
|
upscaling_speed: 199
|
|
|
|
|
|
|
|
idle_timeout_minutes: 0
|
|
|
|
|
|
|
|
docker:
|
|
|
|
image: anyscale/ray:nightly
|
|
|
|
container_name: ray_container
|
|
|
|
pull_before_run: true
|
|
|
|
|
|
|
|
provider:
|
|
|
|
type: aws
|
|
|
|
region: us-west-2
|
|
|
|
availability_zone: us-west-2a
|
|
|
|
cache_stopped_nodes: false
|
|
|
|
|
|
|
|
available_node_types:
|
|
|
|
cpu_2_ondemand:
|
|
|
|
node_config:
|
|
|
|
InstanceType: m5.large
|
|
|
|
resources: {"CPU": 2}
|
|
|
|
min_workers: 0
|
|
|
|
max_workers: 0
|
|
|
|
cpu_2_spot:
|
|
|
|
node_config:
|
|
|
|
InstanceType: m5.large
|
|
|
|
InstanceMarketOptions:
|
|
|
|
MarketType: spot
|
|
|
|
resources: {"CPU": 2}
|
|
|
|
min_workers: 199
|
|
|
|
max_workers: 199
|
|
|
|
|
|
|
|
auth:
|
|
|
|
ssh_user: ubuntu
|
|
|
|
|
|
|
|
head_node_type: cpu_2_ondemand
|
|
|
|
worker_default_node_type: cpu_2_spot
|
|
|
|
|
|
|
|
setup_commands:
|
2021-05-04 23:10:04 +02:00
|
|
|
- pip install -U {{env["RAY_WHEEL"]}}
|