Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the broken link #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ray-crash-course/00-Ray-Crash-Course-Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"| 00 | [Overview](00-Ray-Crash-Course-Overview.ipynb) | A _table of contents_ for this tutorial. |\n",
"| 01 | [Ray Tasks](01-Ray-Tasks.ipynb) | Understanding how Ray converts normal Python functions into distributed _stateless tasks_. |\n",
"| 02 | [Ray Actors](02-Ray-Actors.ipynb) | Understanding how Ray converts normal Python classes into distributed, _stateful actors_. |\n",
"| 03 | [Ray Actors](02-Ray-Objects.ipynb) | Understanding Ray's distributed obect store |\n",
"| 03 | [Ray Objects](03-Ray-Objects.ipynb) | Understanding Ray's distributed obect store |\n",
"| 04 | [Exploring Ray API Calls](04-Exploring-Ray-API-Calls.ipynb) | The Ray API has other API calls for more advanced scenarios, which are surveyed in this optional lesson. Keyword arguments you can pass to the API calls already learned are explored. |\n",
"| 05 | [Running Ray Clusters](05-Running-Ray-Clusters.ipynb) | A brief look at the Ray CLI commands for running Ray clusters. |\n",
"| 06 | [Using Ray's Multiprocess Pool Library](06-Ray-multi-pool.ipynb) | A brief look how you use Ray's dropin replacement for Multiprocess pool library. |\n"
Expand Down