https://flyte.org logo
#flytekit
Title
# flytekit
t

Tarmily Wen

11/30/2022, 6:44 PM
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

Kevin Su

11/30/2022, 7:06 PM
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

Tarmily Wen

11/30/2022, 7:10 PM
what about runtime_env?
k

Kevin Su

11/30/2022, 7:17 PM
It’s same as the runtime env in Ray