Skip to content

Commit fb138f0

Browse files
author
Wei
authored
Update getting_started_with_fx_path.rst
1 parent 22451ce commit fb138f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docsrc/tutorials/getting_started_with_fx_path.rst

+4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Torch-TensorRT (FX Path) User Guide
44
Torch-TensorRT (FX Path) is a tool that can convert a PyTorch model through torch.FX to an TensorRT engine optimized targeting running on Nvidia GPUs. TensorRT is the inference engine developed by Nvidia which composed of various kinds of optimization including kernel fusion, graph optimization, low precision, etc..
55
This tool is developed in Python environment providing most usability to researchers and engineers. There are a few stages that a user want to use this tool and we will introduce them here.
66

7+
78
Installation
89
------------
10+
Torch-TensorRT (FX Path) is in Beta phase and always recommended to work with PyTorch nightly.
11+
12+
913
* Method 1. Follow the instrucions for Torch-TensorRT
1014
* Method 2. To install FX path only (Python path) and avoid the C++ build for torchscript path
1115

0 commit comments

Comments
 (0)