Skip to content

Latest commit

 

History

History

ray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Version

ray: 2.3.1

poetry run python ray/01-getting-started/task_example.py

2. Task Patterns

  1. Pattern: tree of tasks (for sorting)

    poetry run python ray/02-task-pattern/task_pattern_tree.py
    
  2. Pattern: map and reduce

    poetry run python ray/02-task-pattern/task_pattern_map_and_reduce.py
    
  3. Pattern: limit the in flight tasks

    poetry run python ray/02-task-pattern/task_pattern_limit_in_flight_tasks.py
    

Other Contents

  1. Cluster
  2. Serve
  3. Train