Skip to content

Commit

Permalink
[tune] fix example in wait_for_gpu docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Jan 2, 2024
1 parent 9bb973a commit 3a15b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tune/utils/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def wait_for_gpu(
.. code-block:: python
def tune_func(config):
tune.util.wait_for_gpu()
tune.utils.wait_for_gpu()
train()
tuner = tune.Tuner(
Expand Down

0 comments on commit 3a15b56

Please sign in to comment.