Skip to content

Commit dfaf209

Browse files
authored
docs(notebooks): use cluster.apply() in demo text (#1056)
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent fc06704 commit dfaf209

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo-notebooks/additional-demos/hf_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"id": "12eef53c",
128128
"metadata": {},
129129
"source": [
130-
"Next, we want to bring our cluster up, so we call the `up()` function below to submit our Ray Cluster onto the queue, and begin the process of obtaining our resource cluster."
130+
"Next, we want to bring our cluster up, so we call `cluster.apply()` below to submit our Ray Cluster onto the queue, and begin the process of obtaining our resource cluster."
131131
]
132132
},
133133
{

demo-notebooks/guided-demos/notebook-ex-outputs/0_basic_ray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"id": "12eef53c",
104104
"metadata": {},
105105
"source": [
106-
"Next, we want to bring our cluster up, so we call the `up()` function below to submit our Ray Cluster onto the queue, and begin the process of obtaining our resource cluster."
106+
"Next, we want to bring our cluster up, so we call `cluster.apply()` below to submit our Ray Cluster onto the queue, and begin the process of obtaining our resource cluster."
107107
]
108108
},
109109
{

demo-notebooks/guided-demos/preview_nbs/0_basic_ray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"id": "12eef53c",
104104
"metadata": {},
105105
"source": [
106-
"Next, we want to bring our cluster up, so we call the `up()` function below to submit our Ray Cluster onto the queue, and begin the process of obtaining our resource cluster."
106+
"Next, we want to bring our cluster up, so we call `cluster.apply()` below to submit our Ray Cluster onto the queue, and begin the process of obtaining our resource cluster."
107107
]
108108
},
109109
{

0 commit comments

Comments
 (0)