forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[air] large tune/torch benchmark (ray-project#26763)
Co-authored-by: Kai Fricke <[email protected]> Signed-off-by: Stefan van der Kleij <[email protected]>
- Loading branch information
1 parent
efec878
commit ee1de7f
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
release/air_tests/air_benchmarks/compute_gpu_8_g4_12xl.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west-2 | ||
|
||
max_workers: 7 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: g4dn.12xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: g4dn.12xlarge | ||
max_workers: 7 | ||
min_workers: 7 | ||
use_spot: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters