Skip to content

Commit 6526db3

Browse files
author
Wei
authored
Update README.md
1 parent 07b1c99 commit 6526db3

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 only installatioin
216+
If the user plan to try FX path only and would like avoid bazel build.
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)