diff --git a/docsrc/getting_started/getting_started_with_windows.rst b/docsrc/getting_started/getting_started_with_windows.rst index d5d3394855..04eba960e0 100644 --- a/docsrc/getting_started/getting_started_with_windows.rst +++ b/docsrc/getting_started/getting_started_with_windows.rst @@ -59,7 +59,7 @@ Build configuration } ] } - ] + ] } diff --git a/docsrc/tutorials/getting_started_with_fx_path.rst b/docsrc/tutorials/getting_started_with_fx_path.rst index a81894bb81..7d782445a2 100644 --- a/docsrc/tutorials/getting_started_with_fx_path.rst +++ b/docsrc/tutorials/getting_started_with_fx_path.rst @@ -37,7 +37,7 @@ wrapper API that consists of the major steps needed to finish this converison. P cuda_graph_batch_size=-1, dynamic_batch=True, ) -> nn.Module: - + """ Takes in original module, input and lowering setting, run lowering workflow to turn module into lowered module, or so called TRTModule.