Skip to content

Commit 97a50f0

Browse files
authored
[Release] Rename aws to advanced_configurations_json in compute config (#48809)
Signed-off-by: Jiajun Yao <[email protected]>
1 parent 3a60440 commit 97a50f0

File tree

115 files changed

+138
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+138
-131
lines changed

doc/source/templates/04_finetuning_llms_with_deepspeed/compute_configs/aws_70b_v1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ head_node_type:
44
name: head_node_type
55
instance_type: g5.48xlarge
66
resources:
7-
custom_resources:
7+
custom_resources:
88
large_cpu_mem: 1
99

1010
worker_node_types:
@@ -14,7 +14,7 @@ worker_node_types:
1414
max_workers: 3
1515
use_spot: false
1616

17-
aws:
17+
advanced_configurations_json:
1818
TagSpecifications:
1919
- ResourceType: "instance"
2020
Tags:

doc/source/templates/04_finetuning_llms_with_deepspeed/compute_configs/aws_70b_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ head_node_type:
44
name: head_node_type
55
instance_type: g5.48xlarge
66
resources:
7-
custom_resources:
7+
custom_resources:
88
large_cpu_mem: 1
99

1010
worker_node_types:
@@ -20,7 +20,7 @@ worker_node_types:
2020
max_workers: 2
2121
use_spot: false
2222

23-
aws:
23+
advanced_configurations_json:
2424
TagSpecifications:
2525
- ResourceType: "instance"
2626
Tags:

doc/source/templates/04_finetuning_llms_with_deepspeed/compute_configs/aws_7b_or_13b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ worker_node_types:
1212
max_workers: 16
1313
use_spot: false
1414

15-
aws:
15+
advanced_configurations_json:
1616
TagSpecifications:
1717
- ResourceType: "instance"
1818
Tags:

doc/source/templates/testing/compute_configs/04_finetuning_llms_with_deepspeed/aws_70b_v1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head_node_type:
55
name: head_node_type
66
instance_type: g5.48xlarge
77
resources:
8-
custom_resources:
8+
custom_resources:
99
large_cpu_mem: 1
1010

1111
worker_node_types:
@@ -15,7 +15,7 @@ worker_node_types:
1515
max_workers: 3
1616
use_spot: false
1717

18-
aws:
18+
advanced_configurations_json:
1919
TagSpecifications:
2020
- ResourceType: "instance"
2121
Tags:

doc/source/templates/testing/compute_configs/04_finetuning_llms_with_deepspeed/aws_70b_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head_node_type:
55
name: head_node_type
66
instance_type: g5.48xlarge
77
resources:
8-
custom_resources:
8+
custom_resources:
99
large_cpu_mem: 1
1010

1111
worker_node_types:
@@ -21,7 +21,7 @@ worker_node_types:
2121
max_workers: 2
2222
use_spot: false
2323

24-
aws:
24+
advanced_configurations_json:
2525
TagSpecifications:
2626
- ResourceType: "instance"
2727
Tags:

doc/source/templates/testing/compute_configs/04_finetuning_llms_with_deepspeed/aws_7b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ worker_node_types:
1313
max_workers: 16
1414
use_spot: false
1515

16-
aws:
16+
advanced_configurations_json:
1717
TagSpecifications:
1818
- ResourceType: "instance"
1919
Tags:

doc/source/templates/testing/compute_configs/cpu/aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ worker_node_types:
1313
max_workers: 7
1414
use_spot: false
1515

16-
aws:
16+
advanced_configurations_json:
1717
TagSpecifications:
1818
- ResourceType: "instance"
1919
Tags:

doc/source/templates/testing/compute_configs/gpu/aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ worker_node_types:
1313
max_workers: 3
1414
use_spot: false
1515

16-
aws:
16+
advanced_configurations_json:
1717
TagSpecifications:
1818
- ResourceType: "instance"
1919
Tags:

python/ray/autoscaler/aws/tests/aws_compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
22
region: us-west-2
33

4-
aws:
4+
advanced_configurations_json:
55
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
66

77
head_node_type:

python/ray/autoscaler/gcp/tests/single_node_32_cpu_gce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gcp_advanced_configurations_json:
1919
initialize_params:
2020
disk_size_gb: 500
2121

22-
#aws:
22+
#advanced_configurations_json:
2323
# BlockDeviceMappings:
2424
# - DeviceName: /dev/sda1
2525
# Ebs:

0 commit comments

Comments
 (0)