Skip to content

Commit 18ba0e0

Browse files
author
Svetlana Karslioglu
authored
Update fx_graph_mode_quant_guide.rst
1 parent f87899c commit 18ba0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/fx_graph_mode_quant_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Author**: `Jerry Zhang <https://github.com/jerryzh168>`_
55

66
FX Graph Mode Quantization requires a symbolically traceable model.
7-
We use the FX framework (TODO: link) to convert a symbolically traceable nn.Module instance to IR,
7+
We use the FX framework to convert a symbolically traceable nn.Module instance to IR,
88
and we operate on the IR to execute the quantization passes.
99
Please post your question about symbolically tracing your model in `PyTorch Discussion Forum <https://discuss.pytorch.org/c/quantization/17>`_
1010

0 commit comments

Comments
 (0)