Skip to content

Commit 3a076b1

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 0753391 + 299ff3d commit 3a076b1

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"outputs": [],
4444
"source": [
4545
"# Create and configure our cluster object (and appwrapper)\n",
46+
"# NOTE: If running outside of RHOAI notebooks, add the following line to the cluster configuration:\n",
47+
"# namespace=\"rhods-notebooks\"\n",
4648
"cluster_name='terrestrial-raytest'\n",
4749
"cluster = Cluster(ClusterConfiguration(\n",
4850
" name=cluster_name,\n",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"outputs": [],
4444
"source": [
4545
"# Create and configure our cluster object (and appwrapper)\n",
46+
"# NOTE: If running outside of RHOAI notebooks, add the following line to the cluster configuration:\n",
47+
"# namespace=\"rhods-notebooks\"\n",
4648
"cluster_name='terrestrial-raytest'\n",
4749
"cluster = Cluster(ClusterConfiguration(\n",
4850
" name=cluster_name,\n",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
"outputs": [],
4545
"source": [
4646
"# Create and configure our cluster object (and appwrapper)\n",
47+
"# NOTE: If running outside of RHOAI notebooks, add the following line to the cluster configuration:\n",
48+
"# namespace=\"rhods-notebooks\"\n",
4749
"cluster_name=\"terrestrial-raytest\"\n",
4850
"cluster = Cluster(ClusterConfiguration(\n",
4951
" name=cluster_name,\n",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"outputs": [],
5757
"source": [
5858
"# Configure the Ray cluster\n",
59+
"# NOTE: If running outside of RHOAI notebooks, add the following line to the cluster configuration:\n",
60+
"# namespace=\"rhods-notebooks\"\n",
5961
"cluster = Cluster(ClusterConfiguration(\n",
6062
" name='ray',\n",
6163
" num_workers=7,\n",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"outputs": [],
4242
"source": [
4343
"# Create our cluster and submit\n",
44+
"# NOTE: If running outside of RHOAI notebooks, add the following line to the cluster configuration:\n",
45+
"# namespace=\"rhods-notebooks\"\n",
4446
"cluster = Cluster(ClusterConfiguration(name=cluster_name, \n",
4547
" namespace=namespace, # Update to your namespace\n",
4648
" num_workers=2, \n",

0 commit comments

Comments
 (0)