Skip to content

Commit 958704f

Browse files
jerryzh168svekars
andauthored
Fixing link for fx graph quant user guide (#2706)
* Fixing link for fx graph quant user guide --------- Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent cca1aef commit 958704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/fx_graph_mode_quant_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Refactor your code to make it symbolically traceable
142142
If it is easy to refactor the code and make the code symbolically traceable,
143143
we can refactor the code and remove the use of non-traceable constructs in python.
144144

145-
More information about symbolic tracing support can be found in: (TODO: link)
145+
More information about symbolic tracing support can be found `here <https://pytorch.org/docs/stable/fx.html#limitations-of-symbolic-tracing>`_.
146146

147147
before:
148148

0 commit comments

Comments
 (0)