Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 310 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 310 Bytes

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.

Source: Scaling Python with Ray