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.
2 parents 07b1c99 + ffc4649 commit 17898d0Copy full SHA for 17898d0
README.md
@@ -212,6 +212,12 @@ new_local_repository(
212
bazel build //:libtorchtrt --compilation_mode opt
213
```
214
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
+
221
### Debug build
222
223
``` shell
@@ -316,4 +322,4 @@ Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md)
316
322
317
323
## License
318
324
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