Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed Sep 20, 2024
1 parent 8bebbba commit bb5b117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/code_samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The below example showcases how to use the ``@ray.task`` decorator to manage the
This approach is ideal for jobs that require a dedicated, short-lived cluster, optimizing resource usage by cleaning up after task completion.

.. note::
Configuration can be specified as a dictionary, either statically or dynamically at runtime as needed.
Configuration can be specified as a dictionary, either statically or dynamically at runtime as needed. We can also provide additional inputs while generating dynamic configurations. See example dags for reference.

.. literalinclude:: ../../example_dags/ray_taskflow_example.py
:language: python
Expand Down

0 comments on commit bb5b117

Please sign in to comment.