Skip to content

Commit 326952e

Browse files
author
Ricardo Decal
committed
turn the pip code block to markdown section
1 parent ffbb8cb commit 326952e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

beginner_source/hyperparameter_tuning_tutorial.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
3030
To run this tutorial, install the dependencies:
3131
32-
"""
32+
.. code-block:: bash
33+
34+
pip install "ray[tune]" torchvision
3335
34-
# %%bash
35-
# pip install "ray[tune]" torchvision
36+
"""
3637

3738
######################################################################
3839
# Then start with the imports:

0 commit comments

Comments
 (0)