Skip to content

Commit c215751

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 47a0c30 + 18dc01d commit c215751

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/hpo-raytune/notebook/raytune-oai-MR-gRPC-demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"outputs": [],
7070
"source": [
7171
"# Bring up the cluster\n",
72-
"cluster.up()\n",
72+
"cluster.apply()\n",
7373
"cluster.wait_ready()"
7474
]
7575
},

examples/hpo-raytune/notebook/raytune-oai-demo-mlmd.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"outputs": [],
7171
"source": [
7272
"# Bring up the cluster\n",
73-
"cluster.up()\n",
73+
"cluster.apply()\n",
7474
"cluster.wait_ready()"
7575
]
7676
},

examples/hpo-raytune/notebook/raytune-oai-demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"outputs": [],
7272
"source": [
7373
"# Bring up the cluster\n",
74-
"cluster.up()\n",
74+
"cluster.apply()\n",
7575
"cluster.wait_ready()"
7676
]
7777
},

examples/ray-finetune-llm-deepspeed/ray_finetune_llm_deepspeed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"outputs": [],
9090
"source": [
9191
"# Create the Ray cluster\n",
92-
"cluster.up()"
92+
"cluster.apply()"
9393
]
9494
},
9595
{

examples/stable-diffusion-dreambooth/notebook/00 Intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"outputs": [],
6969
"source": [
70-
"cluster.up()\n",
70+
"cluster.apply()\n",
7171
"cluster.wait_ready()"
7272
]
7373
},

0 commit comments

Comments
 (0)