From b3c950c353746dc71b22f3f77934f771f25bf73d Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Fri, 8 Dec 2023 12:13:56 -0800 Subject: [PATCH 1/2] Fixing link for fx graph quant user guide --- prototype_source/fx_graph_mode_quant_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype_source/fx_graph_mode_quant_guide.rst b/prototype_source/fx_graph_mode_quant_guide.rst index 9072e488a4b..8c05f9be3b2 100644 --- a/prototype_source/fx_graph_mode_quant_guide.rst +++ b/prototype_source/fx_graph_mode_quant_guide.rst @@ -142,7 +142,7 @@ Refactor your code to make it symbolically traceable If it is easy to refactor the code and make the code symbolically traceable, we can refactor the code and remove the use of non-traceable constructs in python. -More information about symbolic tracing support can be found in: (TODO: link) +More information about symbolic tracing support can be found `here < https://pytorch.org/docs/stable/fx.html#limitations-of-symbolic-tracing >`_. before: From 9d4d4329af7de7ec9b02a235251aa8ebe14bf5f4 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 8 Dec 2023 12:23:11 -0800 Subject: [PATCH 2/2] Update prototype_source/fx_graph_mode_quant_guide.rst --- prototype_source/fx_graph_mode_quant_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype_source/fx_graph_mode_quant_guide.rst b/prototype_source/fx_graph_mode_quant_guide.rst index 8c05f9be3b2..4ae8496ed52 100644 --- a/prototype_source/fx_graph_mode_quant_guide.rst +++ b/prototype_source/fx_graph_mode_quant_guide.rst @@ -142,7 +142,7 @@ Refactor your code to make it symbolically traceable If it is easy to refactor the code and make the code symbolically traceable, we can refactor the code and remove the use of non-traceable constructs in python. -More information about symbolic tracing support can be found `here < https://pytorch.org/docs/stable/fx.html#limitations-of-symbolic-tracing >`_. +More information about symbolic tracing support can be found `here `_. before: