Ray: A System for Distributed Applications

Dean Wampler | GOTO Chicago 2020

Share on:
linkedin facebook
Copied!

Transcript

Ray (ray.io) is a framework for scaling Python applications from single machines to large clusters. It is used in several ML/AI systems and production deployments.

Dean will explain common problems in scalable, distributed computing, particularly for high-performance ML/AI applications that motivated that creation of Ray. You’ll see how Ray solves them for Python-based systems (and possibly other languages in the future).

In particular, Ray supports rapid distribution, scheduling, and execution of fine-grained “tasks”, a more natural decomposition of work for many problems compared to coarse-grained decomposition. Sequencing of dependent tasks cluster-wide is also transparent and intuitive.

Ray also manages distributed state using the popular Actor model, which is essential for the next generation of “serverless” computing, where these services are stateful.

Whether or not you are a Python or ML/AI developer, the general lessons discussed are broadly applicable.

About the speakers

Dean Wampler
Dean Wampler

Product Engineering Director for Accelerated Discovery, IBM Research.