skypilot-users
How can I specify specific resources for my job to run in any US region?
Ch
Chaskin Saroff
Asked on Dec 12, 2023
You can specify the specific resources for your job to run in any US region by using the any_of
syntax. Here is an example:
accelerators: T4:2
cloud: gcp
any_of:
- region: us-east5
- region: us-west1```
Dec 19, 2023Edited by