Skip to content

Commit

Permalink
Merge pull request #1142 from pytorch/frank-wei-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Wei authored Jun 23, 2022
2 parents 07b1c99 + ffc4649 commit 17898d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ new_local_repository(
bazel build //:libtorchtrt --compilation_mode opt
```

### FX path (Python only) installation
If the user plan to try FX path (Python only) and would like to avoid bazel build. Please follow the steps below.
``` shell
cd py && python3 setup.py install --fx-only
```

### Debug build

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

## License

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

0 comments on commit 17898d0

Please sign in to comment.