From 205cbd101e7412b3a1030af8b72b592d44893bf5 Mon Sep 17 00:00:00 2001 From: Mohammad Roohitavaf Date: Mon, 1 May 2023 17:30:49 -0700 Subject: [PATCH] Update 00-Ray-Crash-Course-Overview.ipynb --- ray-crash-course/00-Ray-Crash-Course-Overview.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ray-crash-course/00-Ray-Crash-Course-Overview.ipynb b/ray-crash-course/00-Ray-Crash-Course-Overview.ipynb index 184caeb..c7d1c5b 100644 --- a/ray-crash-course/00-Ray-Crash-Course-Overview.ipynb +++ b/ray-crash-course/00-Ray-Crash-Course-Overview.ipynb @@ -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"