mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
11 lines
403 B
YAML
11 lines
403 B
YAML
cluster_name: tune-default
|
|
provider: {type: aws, region: us-west-2}
|
|
auth: {ssh_user: ubuntu}
|
|
min_workers: 3
|
|
max_workers: 3
|
|
# Deep Learning AMI (Ubuntu) Version 21.0
|
|
head_node: {InstanceType: c5.xlarge, ImageId: ami-0b294f219d14e6a82}
|
|
worker_nodes: {InstanceType: c5.xlarge, ImageId: ami-0b294f219d14e6a82}
|
|
setup_commands: # Set up each node.
|
|
- pip install ray torch torchvision tabulate tensorboard
|