Skip to content

Commit 17898d0

Browse files
author
Wei
authored
Merge pull request #1142 from pytorch/frank-wei-patch-1
Update README.md
2 parents 07b1c99 + ffc4649 commit 17898d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ new_local_repository(
212212
bazel build //:libtorchtrt --compilation_mode opt
213213
```
214214

215+
### FX path (Python only) installation
216+
If the user plan to try FX path (Python only) and would like to avoid bazel build. Please follow the steps below.
217+
``` shell
218+
cd py && python3 setup.py install --fx-only
219+
```
220+
215221
### Debug build
216222

217223
``` shell
@@ -316,4 +322,4 @@ Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md)
316322

317323
## License
318324

319-
The Torch-TensorRT license can be found in the LICENSE file. It is licensed with a BSD Style licence
325+
The Torch-TensorRT license can be found in the LICENSE file. It is licensed with a BSD Style licence

0 commit comments

Comments
 (0)