Skip to content

Commit cecae82

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
Changed to generic additional demos
1 parent 329ef33 commit cecae82

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

demo-notebooks/additional-interactive/hf_interactive.ipynb renamed to demo-notebooks/additional-demos/hf_interactive.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@
320320
"#install additional libraries that will be required for this training\n",
321321
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
322322
"\n",
323+
"# NOTE: This will work for in-cluster notebook servers (RHODS/ODH), but not for local machines\n",
324+
"# To see how to connect from your laptop, go to demo-notebooks/additional-demos/local_interactive.ipynb\n",
323325
"ray.init(address=ray_cluster_uri, runtime_env=runtime_env)\n",
324326
"\n",
325327
"print(\"Ray cluster is up and running: \", ray.is_initialized())"

demo-notebooks/guided-demos/3_basic_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
144144
"\n",
145145
"# NOTE: This will work for in-cluster notebook servers (RHODS/ODH), but not for local machines\n",
146-
"# To see how to connect from your laptop, go to demo-notebooks/additional-interactive/local_interactive.ipynb\n",
146+
"# To see how to connect from your laptop, go to demo-notebooks/additional-demos/local_interactive.ipynb\n",
147147
"ray.init(address=ray_cluster_uri, runtime_env=runtime_env)\n",
148148
"\n",
149149
"print(\"Ray cluster is up and running: \", ray.is_initialized())"

demo-notebooks/guided-demos/notebook-ex-outputs/3_basic_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
236236
"\n",
237237
"# NOTE: This will work for in-cluster notebook servers (RHODS/ODH), but not for local machines\n",
238-
"# To see how to connect from your laptop, go to demo-notebooks/additional-interactive/local_interactive.ipynb\n",
238+
"# To see how to connect from your laptop, go to demo-notebooks/additional-demos/local_interactive.ipynb\n",
239239
"ray.init(address=ray_cluster_uri, runtime_env=runtime_env)\n",
240240
"\n",
241241
"print(\"Ray cluster is up and running: \", ray.is_initialized())"

demo-notebooks/guided-demos/preview_nbs/3_basic_interactive.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n",
144144
"\n",
145145
"# NOTE: This will work for in-cluster notebook servers (RHODS/ODH), but not for local machines\n",
146-
"# To see how to connect from your laptop, go to demo-notebooks/additional-interactive/local_interactive.ipynb\n",
146+
"# To see how to connect from your laptop, go to demo-notebooks/additional-demos/local_interactive.ipynb\n",
147147
"ray.init(address=ray_cluster_uri, runtime_env=runtime_env)\n",
148148
"\n",
149149
"print(\"Ray cluster is up and running: \", ray.is_initialized())"

0 commit comments

Comments
 (0)