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
- Host: GitHub
- URL: https://github.com/mpolinowski/ray-remote-functions
- Owner: mpolinowski
- Created: 2023-01-25T10:08:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T10:31:03.000Z (about 3 years ago)
- Last Synced: 2025-01-28T19:17:32.158Z (about 1 year ago)
- Topics: python, ray, remote-function-call
- Language: Python
- Homepage: https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/AIOps/2023-01-23-python-ray-remote-functions/2023-01-23
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)