ray: 2.3.1
poetry run python ray/01-getting-started/task_example.py
-
Pattern: tree of tasks (for sorting)
poetry run python ray/02-task-pattern/task_pattern_tree.py
-
Pattern: map and reduce
poetry run python ray/02-task-pattern/task_pattern_map_and_reduce.py
-
Pattern: limit the in flight tasks
poetry run python ray/02-task-pattern/task_pattern_limit_in_flight_tasks.py