Skip to content

Commit c3d648b

Browse files
committed
chore: Update doc
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent d06eba7 commit c3d648b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docsrc/tutorials/creating_torchscript_module_in_python.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
Creating a TorchScript Module
44
------------------------------
5-
6-
Once you have a trained model you want to compile with Torch-TensorRT, you need to start by converting that model from Python code to TorchScript code.
5+
TorchScript is a way to create serializable and optimizable models from PyTorch code.
76
PyTorch has detailed documentation on how to do this https://pytorch.org/tutorials/beginner/Intro_to_TorchScript_tutorial.html but briefly here is the
87
here is key background information and the process:
98

0 commit comments

Comments
 (0)