Skip to content

Commit

Permalink
Update examples/ray_plugin/ray_plugin/ray_example.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Espejo <[email protected]>
Signed-off-by: Jason Parraga <[email protected]>
  • Loading branch information
Sovietaced and davidmirror-ops authored Feb 8, 2025
1 parent 81f16aa commit 5611189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ray_plugin/ray_plugin/ray_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def ray_workflow(n: int) -> typing.List[int]:
# ## Ray Head & Worker Node Customization
#
# By default, the Ray plugin will base much of the configuration for the Ray head and worker node pods in the Ray
# cluster based on the Ray job submitter pod which is derived from the task decorator. In some cases it is useful to
# based on the Ray job submitter pod which is derived from the task decorator. In some cases it is useful to
# customize the Ray head and worker node pods and the Ray plugin supports this with optional `k8s_pod` arguments for
# both the {py:class}`~flytekitplugins.ray.HeadNodeConfig` and {py:class}`~flytekitplugins.ray.WorkerNodeConfig` classes.
#
Expand Down

0 comments on commit 5611189

Please sign in to comment.