ofey404 / RunnableRayDocCode

Grab-and-runnable scripts, collected from https://docs.ray.io/en/latest/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runnable Ray Documentation Code

NOTE: Working on Ray 1.12.0.

Grab-and-runnable scripts, reorganized from Ray documentation.

Contents

./core: For Ray Core User Guides

Basic context description provided in comments, eg:

# https://docs.ray.io/en/latest/ray-core/tasks.html

# Remote functions can be canceled by calling ray.cancel 
# (docstring) on the returned Object ref.

# Code...

From core/tasks/cancel.py.

About

Grab-and-runnable scripts, collected from https://docs.ray.io/en/latest/.


Languages

Language:Python 100.0%