Skip to content

Typos in ray-crash-course #104

@MSutt

Description

@MSutt

Hello
I spotted small typos in the ray-crash-course.

00-Ray-Crash-Course-Overview.ipynb

The naming and the link of item 03 are incorrect.

"| 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",
"| 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",

I would suggest changing to
"| 03 | [Ray Objects](03-Ray-Objects.ipynb)

01-Ray-Tasks.ipynb

in Example 2: Adding two np arrays section. I assume this should be return np.add(arr1, arr2)

"def add_array(arr1: np.array, arr2: np.array) -> np.array:\n",
" return np.add(arr1, arr1)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions