You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,15 @@ Current supported ONNX operators are found in the [operator support matrix](oper
43
43
44
44
### Building
45
45
46
-
For building on master, we recommend following the instructions on the [master branch of TensorRT](https://github.com/NVIDIA/TensorRT/)as there are new dependencies that were introduced to support these new features.
46
+
For building on master, we recommend following the instructions on the [master branch of TensorRT](https://github.com/NVIDIA/TensorRT/)to take advatange of the latest plugin code required for importing certain operators.
47
47
48
-
To build on older branches refer to their respective READMEs.
48
+
To build only the ONNX-TensorRT parser, follow the following steps:
49
49
50
+
cd onnx-tensorrt
51
+
mkdir build && cd build
52
+
cmake .. -DTENSORRT_ROOT=<path_to_trt> && make -j
53
+
// Ensure that you update your LD_LIBRARY_PATH to pick up the location of the newly built library:
0 commit comments