mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

## Why are these changes needed? There are two issues fixed in this PR: - make sure wait for session count alive node - upgrade the machine to match what's tested in oss ray. ## Related issue number https://github.com/ray-project/ray/issues/19084
14 lines
262 B
YAML
14 lines
262 B
YAML
cloud_id: cld_4F7k8814aZzGG8TNUGPKnc
|
|
|
|
region: us-west-2
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m5.16xlarge
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: m5.xlarge
|
|
min_workers: 250
|
|
max_workers: 250
|
|
use_spot: false
|