Skip to content

Commit

Permalink
[doc] correct a typo in the parameter server example (ray-project#45927)
Browse files Browse the repository at this point in the history
Asynchronous was mistakenly written as synchronous, I corrected it.

Signed-off-by: nono-Sang <[email protected]>
  • Loading branch information
nono-Sang authored Jul 12, 2024
1 parent 753cfa3 commit 84c00f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/ray-core/examples/plot_parameter_server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"source": [
"## Asynchronous Parameter Server Training\n",
"\n",
"We'll now create a synchronous parameter server training scheme. We'll first\n",
"We'll now create an asynchronous parameter server training scheme. We'll first\n",
"instantiate a process for the parameter server, along with multiple\n",
"workers."
]
Expand Down Expand Up @@ -414,4 +414,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 84c00f1

Please sign in to comment.