We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c98de commit 8acfe7eCopy full SHA for 8acfe7e
prototype_source/flight_recorder_tutorial.rst
@@ -207,7 +207,11 @@ An End-to-End Example
207
To demonstrate the use of Flight Recorder, we will use a small program where we induce mismatched collectives.
208
In this example, ``rank0`` is programmed to do an additional collective.
209
The Flight Recorder dump files are saved to the ``/tmp`` directory.
210
-For the purpose of this example, we named the small program `crash.py`.
+For demonstration purposes, we named this program ``crash.py``.
211
+
212
+.. note::
213
+ Please note that this is a simplified example. In real-world scenarios, the process would involve more
214
+ complexities.
215
216
.. code:: python
217
0 commit comments