Skip to main content

5 docs tagged with "Ray"

View All Tags

Python Ray Basic Concepts

Ray is an open-source unified compute framework that makes it easy to scale AI and general Python workloads

Python Ray Remote Functions

Remote functions can be run in a separate process on the local machine - spreading out the workload over several cores. Or can be executed on remote machines in your server cluster.