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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To build the TensorRT-OSS components, you will first need the following software
72
72
73
73
2.#### (Optional - if not using TensorRT container) Specify the TensorRT GA release build path
74
74
75
-
If using the TensorRT OSS build container, TensorRT libraries are preinstalled under `/usr/lib/x86_64-linux-gnu` and you may skip this step.
75
+
If using the TensorRT OSS build container, TensorRT libraries are pre-installed under `/usr/lib/x86_64-linux-gnu` and you may skip this step.
76
76
77
77
Else download and extract the TensorRT GA build from [NVIDIA Developer Zone](https://developer.nvidia.com/nvidia-tensorrt-download).
78
78
@@ -87,7 +87,7 @@ To build the TensorRT-OSS components, you will first need the following software
87
87
88
88
3. #### (Optional - for Jetson builds only) Download the JetPack SDK
89
89
1. Download and launch the JetPack SDK manager. Login with your NVIDIA developer account.
90
-
2. Select the platform and target OS (example: Jetson AGX Xavier, `Linux Jetpack 5.0`), and click Continue.
90
+
2. Select the platform and target OS (example: Jetson AGX Xavier, `Linux Jetpack 5.0`), and click Continue.
91
91
3. Under `Download & Install Options` change the download folder and select`Download now, Install later`. Agree to the license terms and click Continue.
92
92
4. Move the extracted files into the `<TensorRT-OSS>/docker/jetpack_files` folder.
93
93
@@ -193,7 +193,7 @@ For Linux platforms, we recommend that you generate a docker container for build
193
193
- Tesla T4, GeForce RTX 2080: `-DGPU_ARCHS="75"`
194
194
- Titan V, Tesla V100: `-DGPU_ARCHS="70"`
195
195
- Multiple SMs: `-DGPU_ARCHS="80 75"`
196
-
- `TRT_PLATFORM_ID`: Bare-metal build (unlike containerized cross-compilation) on nonLinux/x86 platforms must explicitly specify the target platform. Currently supported options: `x86_64` (default), `aarch64`
196
+
- `TRT_PLATFORM_ID`: Bare-metal build (unlike containerized cross-compilation) on non-Linux/x86 platforms must explicitly specify the target platform. Currently supported options: `x86_64` (default), `aarch64`
0 commit comments