cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} region: us-west1 allowed_azs: - us-west1-b max_workers: 0 # This head node was intentionally chosen to be larger than 2GPUs (has 4GPUs). # This makes sure we can safely migrate the 2GPU testcases to GCE without having # 2GPU instances available on GCE today. # TODO (Artur): Move to 2GPU head node once it's available or possibly make tests using this use 4 GPUs. # Note: Remember to also update the worker counts in this file when doing this! head_node_type: name: head_node instance_type: n1-highmem-32-nvidia-tesla-v100-4 # g3.8xlarge worker_node_types: [] gcp_advanced_configurations_json: instance_properties: disks: - boot: true auto_delete: true initialize_params: disk_size_gb: 500 #aws: # BlockDeviceMappings: # - DeviceName: /dev/sda1 # Ebs: # DeleteOnTermination: true # VolumeSize: 500