Skip to content

Commit e6603f7

Browse files
committed
Fixes
Summary: 1. Add flight recorder to README.txt. 2. Add a pre-requisite.
1 parent 96fbb78 commit e6603f7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

prototype_source/README.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Prototype Tutorials
77
2. graph_mode_static_quantization_tutorial.py
88
Graph Mode Post Training Static Quantization in PyTorch
99
https://pytorch.org/tutorials/prototype/graph_mode_static_quantization_tutorial.html
10-
10+
1111
3. graph_mode_dynamic_bert_tutorial.rst
1212
Graph Mode Dynamic Quantization on BERT
1313
https://github.com/pytorch/tutorials/blob/main/prototype_source/graph_mode_dynamic_bert_tutorial.rst
@@ -30,9 +30,12 @@ Prototype Tutorials
3030

3131
8. fx_graph_mode_ptq_dynamic.py
3232
FX Graph Mode Post Training Dynamic Quantization
33-
https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_dynamic.html
33+
https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_dynamic.html
3434

3535
9. fx_graph_mode_quant_guide.py
3636
FX Graph Mode Quantization User Guide
37-
https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html
37+
https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html
3838

39+
10 flight_recorder_tutorial.rst
40+
Flight Recorder User Guide
41+
https://pytorch.org/tutorials/prototype/flight_recorder_tutorial.html

prototype_source/flight_recorder_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Upon job timeout, or on demand, the in-memory buffer can be retrieved or dumped
4343

4444
Prerequisites
4545
-------------
46-
None. This is a new debugging tool that is available in PyTorch version 2.5.
46+
PyTorch version 2.5 and later.
4747

4848
Enabling Flight Recorder
4949
------------------------

0 commit comments

Comments
 (0)