Skip to content

Commit

Permalink
Fixed a typo in util.py
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Dec 18, 2023
1 parent 55ab6df commit 1f3bf87
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 1f3bf87

Please sign in to comment.