mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
29 lines
701 B
YAML
29 lines
701 B
YAML
![]() |
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
||
|
region: us-west-2
|
||
|
|
||
|
# 1k max replicas (1000 / 8 = 125 containers needed)
|
||
|
max_workers: 130
|
||
|
|
||
|
head_node_type:
|
||
|
name: head_node
|
||
|
# 8 cpus, x86, 32G mem, 10Gb NIC, $0.384/hr on demand
|
||
|
instance_type: m5.2xlarge
|
||
|
|
||
|
worker_node_types:
|
||
|
- name: worker_node
|
||
|
# 8 cpus, x86, 32G mem, 10Gb NIC, $0.384/hr on demand
|
||
|
instance_type: m5.2xlarge
|
||
|
min_workers: 1
|
||
|
# 1k max replicas
|
||
|
max_workers: 130
|
||
|
use_spot: false
|
||
|
|
||
|
aws:
|
||
|
TagSpecifications:
|
||
|
- ResourceType: "instance"
|
||
|
Tags:
|
||
|
- Key: anyscale-user
|
||
|
Value: '{{env["ANYSCALE_USER"]}}'
|
||
|
- Key: anyscale-expiration
|
||
|
Value: '{{env["EXPIRATION_1D"]}}'
|