Skip to content

Commit 58fc3a0

Browse files
committed
[doc] Minor fix
Summary: Don't interrupt user's flow that they may need to install `tabulate`. Also, show them the actual command that they need to run to install `tabulate`. Add this to the prereqisite section. Test Plan: Look at rendered doc.
1 parent 67ec2a5 commit 58fc3a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

prototype_source/flight_recorder_tutorial.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Prerequisites
1111
-------------
1212
- PyTorch version 2.5 or later.
1313

14+
Install the `tabulate` python module.
15+
16+
.. code:: shell
17+
18+
pip install tabulate
19+
20+
1421
Overview
1522
--------
1623
An AI distributed training job refers to the process of training a machine learning model using multiple devices, such

0 commit comments

Comments
 (0)