ray/release/nightly_tests/dataset/ray_sgd_training_smoke_compute.yaml
Chen Shen c9c3f0745a
[Dataset][nighlytest] use latest ray for running test #21148
We are actually using the ray comes with the image, which is on a very old version of Ray. (suprised this actually works)
2021-12-17 23:48:44 -08:00

24 lines
467 B
YAML

cloud_id: cld_17WvYIBBkdgLwEUNcLeRAE
region: us-west-2
allowed_azs:
- us-west-2a
max_workers: 7
aws:
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 500
head_node_type:
name: head_node
instance_type: g4dn.4xlarge
worker_node_types:
- name: gpu_node
instance_type: g4dn.4xlarge
min_workers: 7
max_workers: 7
use_spot: false