@@ -80,8 +80,8 @@ Prototype features are not available as part of binary distributions like PyPI o
80
80
:card_description: Learn how to use Post Training Quantization in PyTorch 2 Export.
81
81
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
82
82
:link: ../prototype/pt2e_quant_ptq.html
83
- :tags: Quantization
84
-
83
+ :tags: Quantization
84
+
85
85
.. customcarditem ::
86
86
:header: PyTorch 2 Export Quantization-Aware Training
87
87
: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
203
203
204
204
.. customcarditem ::
205
205
: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
207
207
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
208
208
:link: ../prototype/maskedtensor_adagrad.html
209
209
:tags: MaskedTensor
210
-
210
+
211
211
.. Model-Optimization
212
212
213
213
.. customcarditem ::
@@ -217,6 +217,15 @@ Prototype features are not available as part of binary distributions like PyPI o
217
217
:link: ../prototype/inductor_cpp_wrapper_tutorial.html
218
218
:tags: Model-Optimization
219
219
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
+
220
229
.. End of tutorial card section
221
230
222
231
.. raw :: html
0 commit comments