mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[docs] remove table from walkthrough (#5389)
This commit is contained in:
parent
281829e712
commit
d2e8331d9a
1 changed files with 3 additions and 18 deletions
|
@ -3,24 +3,9 @@ Walkthrough
|
||||||
|
|
||||||
This walkthrough will overview the core concepts of Ray:
|
This walkthrough will overview the core concepts of Ray:
|
||||||
|
|
||||||
1. Using remote functions (tasks) [``ray.remote``]
|
1. Using remote functions (tasks) [``ray.remote``]
|
||||||
2. Fetching results (object IDs) [``ray.put``, ``ray.get``, ``ray.wait``]
|
2. Fetching results (object IDs) [``ray.put``, ``ray.get``, ``ray.wait``]
|
||||||
3. Using remote classes (actors) [``ray.remote``]
|
3. Using remote classes (actors) [``ray.remote``]
|
||||||
|
|
||||||
.. list-table:: Title
|
|
||||||
:widths: 25 25 50
|
|
||||||
:header-rows: 1
|
|
||||||
|
|
||||||
* - Heading row 1, column 1
|
|
||||||
- Heading row 1, column 2
|
|
||||||
- Heading row 1, column 3
|
|
||||||
* - Row 1, column 1
|
|
||||||
-
|
|
||||||
- Row 1, column 3
|
|
||||||
* - Row 2, column 1
|
|
||||||
- Row 2, column 2
|
|
||||||
- Row 2, column 3
|
|
||||||
|
|
||||||
|
|
||||||
With Ray, your code will work on a single machine and can be easily scaled to a
|
With Ray, your code will work on a single machine and can be easily scaled to a
|
||||||
large cluster. To run this walkthrough, install Ray with ``pip install -U ray``.
|
large cluster. To run this walkthrough, install Ray with ``pip install -U ray``.
|
||||||
|
|
Loading…
Add table
Reference in a new issue