We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70c913 commit 275721cCopy full SHA for 275721c
py/torch_tensorrt/fx/README.md
@@ -5,7 +5,7 @@ FX2TRT is merged as FX module in Torch-TensorRT
5
6
* Method 1. Follow the instrucions for Torch-TensorRT
7
* Method 2. To install FX path only (Python path) and avoid the C++ build for torchscript path
8
-`
+```
9
$ conda create --name python_env python=3.8
10
$ conda activate python_env
11
# Recommend to install PyTorch 1.12 and later
@@ -18,4 +18,4 @@ FX2TRT is merged as FX module in Torch-TensorRT
18
$ pyton -c "import torch_tensorrt.fx"
19
# Test an example by
20
$ python py/torch_tensorrt/fx/example/lower_example.py
21
0 commit comments