From a1820ecdf6c14b7e50d2feb4fff4cc149dd6846b Mon Sep 17 00:00:00 2001 From: Samurdhi Karunaratne Date: Tue, 13 Jun 2023 13:52:54 -0700 Subject: [PATCH] Fix some typos in Readme.md Signed-off-by: Samurdhi Karunaratne --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bac34dd05..0dbd69157 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To build the TensorRT-OSS components, you will first need the following software 2. #### (Optional - if not using TensorRT container) Specify the TensorRT GA release build path - If using the TensorRT OSS build container, TensorRT libraries are preinstalled under `/usr/lib/x86_64-linux-gnu` and you may skip this step. + 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. Else download and extract the TensorRT GA build from [NVIDIA Developer Zone](https://developer.nvidia.com/nvidia-tensorrt-download). @@ -87,7 +87,7 @@ To build the TensorRT-OSS components, you will first need the following software 3. #### (Optional - for Jetson builds only) Download the JetPack SDK 1. Download and launch the JetPack SDK manager. Login with your NVIDIA developer account. - 2. Select the platform and target OS (example: Jetson AGX Xavier, `Linux Jetpack 5.0`), and click Continue. + 2. Select the platform and target OS (example: Jetson AGX Xavier, `Linux Jetpack 5.0`), and click Continue. 3. Under `Download & Install Options` change the download folder and select `Download now, Install later`. Agree to the license terms and click Continue. 4. Move the extracted files into the `/docker/jetpack_files` folder. @@ -193,7 +193,7 @@ For Linux platforms, we recommend that you generate a docker container for build - Tesla T4, GeForce RTX 2080: `-DGPU_ARCHS="75"` - Titan V, Tesla V100: `-DGPU_ARCHS="70"` - Multiple SMs: `-DGPU_ARCHS="80 75"` - - `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` + - `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` # References