Skip to content

Commit 610029a

Browse files
Added local queue comment
1 parent befd806 commit 610029a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Diff for: demo-notebooks/additional-demos/local_interactive.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
" num_gpus=0,\n",
6464
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\",\n",
6565
" write_to_file=False, # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources \n",
66+
" # local_queue=\"local-queue-name\" # Specify the local queue manually\n",
6667
" ))"
6768
]
6869
},

Diff for: demo-notebooks/guided-demos/1_cluster_job_client.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
" max_memory=4,\n",
5353
" num_gpus=0,\n",
5454
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\",\n",
55-
" write_to_file=False # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources \n",
55+
" write_to_file=False, # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources \n",
56+
" # local_queue=\"local-queue-name\" # Specify the local queue manually\n",
5657
"))"
5758
]
5859
},

Diff for: demo-notebooks/guided-demos/notebook-ex-outputs/1_cluster_job_client.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
" max_memory=4,\n",
5353
" num_gpus=0,\n",
5454
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\",\n",
55-
" write_to_file=False # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources \n",
55+
" write_to_file=False, # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources \n",
56+
" # local_queue=\"local-queue-name\" # Specify the local queue manually\n",
5657
"))"
5758
]
5859
},

Diff for: demo-notebooks/guided-demos/preview_nbs/1_cluster_job_client.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
" max_memory=4,\n",
5353
" num_gpus=0,\n",
5454
" image=\"quay.io/project-codeflare/ray:latest-py39-cu118\",\n",
55-
" write_to_file=False # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources \n",
55+
" write_to_file=False, # When enabled Ray Cluster yaml files are written to /HOME/.codeflare/resources\n",
56+
" # local_queue=\"local-queue-name\" # Specify the local queue manually\n",
5657
"))"
5758
]
5859
},

0 commit comments

Comments
 (0)