Skip to content

Commit

Permalink
[Doc] fix the tune's installation instruction in the getting started …
Browse files Browse the repository at this point in the history
…example (ray-project#30280)

Fix Ray tune's install instruction in the getting started example. https://docs.ray.io/en/latest/tune/getting-started.html
Currently, you will run into this error if you only install ray following the instruction.

ImportError: ray.tune in ray > 0.7.5 requires 'tabulate'. Please re-run 'pip install ray[tune]' or 'pip install ray[rllib]'.
I install ray tune and fixed it.

Signed-off-by: Huaiwei Sun <[email protected]>

Signed-off-by: Huaiwei Sun <[email protected]>
  • Loading branch information
scottsun94 authored Dec 17, 2022
1 parent 66c79f8 commit 80d0bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/tune/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To run this example, you will need to install the following:

.. code-block:: bash
$ pip install ray torch torchvision
$ pip install "ray[tune]" torch torchvision
Setting Up a Pytorch Model to Tune
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 80d0bc7

Please sign in to comment.