Skip to content

Commit a1820ec

Browse files
samurdhikarurajeevsrao
authored andcommitted
Fix some typos in Readme.md
Signed-off-by: Samurdhi Karunaratne <[email protected]>
1 parent 3aaa97b commit a1820ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To build the TensorRT-OSS components, you will first need the following software
7272

7373
2. #### (Optional - if not using TensorRT container) Specify the TensorRT GA release build path
7474

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.
7676

7777
Else download and extract the TensorRT GA build from [NVIDIA Developer Zone](https://developer.nvidia.com/nvidia-tensorrt-download).
7878

@@ -87,7 +87,7 @@ To build the TensorRT-OSS components, you will first need the following software
8787

8888
3. #### (Optional - for Jetson builds only) Download the JetPack SDK
8989
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.
9191
3. Under `Download & Install Options` change the download folder and select `Download now, Install later`. Agree to the license terms and click Continue.
9292
4. Move the extracted files into the `<TensorRT-OSS>/docker/jetpack_files` folder.
9393
@@ -193,7 +193,7 @@ For Linux platforms, we recommend that you generate a docker container for build
193193
- Tesla T4, GeForce RTX 2080: `-DGPU_ARCHS="75"`
194194
- Titan V, Tesla V100: `-DGPU_ARCHS="70"`
195195
- Multiple SMs: `-DGPU_ARCHS="80 75"`
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`
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`
197197
198198
# References
199199

0 commit comments

Comments
 (0)