integrations
Ray Integration
Compile Ray remote functions and actors.
Published May 30, 2026
Ray Remote
import ray
@ray.remote
def worker(data):
return compiled_process(data)