mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 13:43:50 +08:00
11 lines
429 B
ReStructuredText
11 lines
429 B
ReStructuredText
Ray API Design Tutorial
|
|
=======================================
|
|
|
|
We provide a tutorial for our Ray API design, including:
|
|
|
|
- Ray basic concepts
|
|
- Resource Pool and RayWorkerGroup
|
|
- Data Dispatch, Execution and Collection
|
|
- Initialize the RayWorkerGroup and execute the distributed computation in the given Resource Pool
|
|
|
|
See details in `tutorial.ipynb <https://github.com/volcengine/verl/blob/main/examples/ray/tutorial.ipynb>`_. |