This package provides Ray integration for Flyte workflows, enabling distributed execution on Ray clusters. Current version: 1.16.19. Released approximately monthly alongside flytekit core.
pip install flytekitplugins-rayVerified import paths — ran on the pinned version, not inferred.
Basic Flyte task configured to run on Ray.
Replace 'from flytekitplugins.ray import RayExecutor' with 'from flytekitplugins.ray import Ray' and adjust usage.
Do not call ray.init() if you are using RayJobConfig; Flyte handles cluster startup automatically.
Use 'worker_group_spec' instead of 'worker_groups' when available, or check for deprecation warnings.