Skip to content

Commit

Permalink
Add descriptions on local dask clsuter
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Feb 9, 2024
1 parent f3645f3 commit 73ed7d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Initialize multi-GPU environment\n"
"### Initialize multi-GPU environment\n",
"Before we get started, we need to set up a dask (local) cluster of workers to execute our work, and a client to coordinate and schedule work for that cluster.\n"
]
},
{
Expand All @@ -627,7 +628,6 @@
"outputs": [],
"source": [
"# Setup a local dask cluster of workers, and a client\n",
"\n",
"cluster = LocalCUDACluster()\n",
"client = Client(cluster)\n",
"Comms.initialize(p2p=True)"
Expand Down Expand Up @@ -937,7 +937,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.1.0"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 73ed7d2

Please sign in to comment.