Skip to content

Commit 275721c

Browse files
author
Wei
authored
Update README.md
1 parent b70c913 commit 275721c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/torch_tensorrt/fx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FX2TRT is merged as FX module in Torch-TensorRT
55

66
* Method 1. Follow the instrucions for Torch-TensorRT
77
* Method 2. To install FX path only (Python path) and avoid the C++ build for torchscript path
8-
`
8+
```
99
$ conda create --name python_env python=3.8
1010
$ conda activate python_env
1111
# Recommend to install PyTorch 1.12 and later
@@ -18,4 +18,4 @@ FX2TRT is merged as FX module in Torch-TensorRT
1818
$ pyton -c "import torch_tensorrt.fx"
1919
# Test an example by
2020
$ python py/torch_tensorrt/fx/example/lower_example.py
21-
`
21+
```

0 commit comments

Comments
 (0)