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```