Is there additional documentation for the <flyteki...
# flytekit
t
Is there additional documentation for the flytekit ray plugin? The ray_start_params and runtime_env both take in dicts, but there are no documentations specifying what is in those dicts. Also what is the address arg in RayJobConfig
k
sorry, we’ll update the docs.
ray_start_params
is same as the params in the ray start, and the address
RayJobConfig
is used when you want to submit the rayJob to your own ray cluster. If the value is None, Flyte will create a Ray cluster in the k8s.
t
what about runtime_env?
k
It’s same as the runtime env in Ray
152 Views