An open API service indexing awesome lists of open source software.

https://github.com/mpolinowski/ray-remote-functions

Python Ray Remote Function Introduction
https://github.com/mpolinowski/ray-remote-functions

python ray remote-function-call

Last synced: 11 months ago
JSON representation

Python Ray Remote Function Introduction

Awesome Lists containing this project

README

          

# 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](https://github.com/scalingpythonml/scaling-python-with-ray)