Skip to content

Commit c071784

Browse files
committed
Add flight recorder to prototype index
Summary: Add flight recorder to index file.
1 parent d86d623 commit c071784

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

prototype_source/prototype_index.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Prototype features are not available as part of binary distributions like PyPI o
8080
:card_description: Learn how to use Post Training Quantization in PyTorch 2 Export.
8181
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
8282
:link: ../prototype/pt2e_quant_ptq.html
83-
:tags: Quantization
84-
83+
:tags: Quantization
84+
8585
.. customcarditem::
8686
:header: PyTorch 2 Export Quantization-Aware Training
8787
:card_description: Learn how to use Quantization-Aware-Training in PyTorch 2 Export.
@@ -203,11 +203,11 @@ Prototype features are not available as part of binary distributions like PyPI o
203203

204204
.. customcarditem::
205205
:header: MaskedTensor: Simplifying Adagrad Sparse Semantics
206-
:card_description: See a showcase on how masked tensors can enable sparse semantics and provide for a cleaner dev experience
206+
:card_description: See a showcase on how masked tensors can enable sparse semantics and provide for a cleaner dev experience
207207
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
208208
:link: ../prototype/maskedtensor_adagrad.html
209209
:tags: MaskedTensor
210-
210+
211211
.. Model-Optimization
212212
213213
.. customcarditem::
@@ -217,6 +217,15 @@ Prototype features are not available as part of binary distributions like PyPI o
217217
:link: ../prototype/inductor_cpp_wrapper_tutorial.html
218218
:tags: Model-Optimization
219219

220+
.. Distributed
221+
222+
.. customcarditem::
223+
:header: Flight Recorder Tutorial
224+
:card_description: Debug your stuck jobs with Flight Recorder
225+
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
226+
:link: ../prototype/flight_recorder_tutorial.html
227+
:tags: Distributed, Debugging, FlightRecorder
228+
220229
.. End of tutorial card section
221230
222231
.. raw:: html

0 commit comments

Comments
 (0)