Ray
Name: | flytekitplugins-ray |
Version: | 0.0.0+develop |
Author: | admin@flyte.org |
Provides: |
flytekitplugins.ray |
Requires: |
ray[default] flytekit>1.14.5 flyteidl>=1.13.6 |
Python: | >=3.9 |
License: | apache2 |
Source Code: | https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-ray |
- Intended Audience :: Science/Research
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Software Development
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
Flyte backend can be connected with Ray. Once enabled, it allows you to run flyte task on Ray cluster
To install the plugin, run the following command:
pip install flytekitplugins-ray
All examples showcasing execution of Ray jobs using the plugin can be found in the documentation.