Unverified Commit a8bdc0be authored by Akash's avatar Akash Committed by GitHub
Browse files

docs: fix minor typo (#1206)


Signed-off-by: default avatarAkash <akpaul@nvidia.com>
parent bd91a175
...@@ -47,7 +47,7 @@ docker compose -f deploy/docker-compose.yml up -d ...@@ -47,7 +47,7 @@ docker compose -f deploy/docker-compose.yml up -d
#### Step 1: Build TensorRT-LLM base container image #### Step 1: Build TensorRT-LLM base container image
Because of the known issue of C++11 ABI compatibility within the NGC pytorch container, we rebuild TensorRT-LLM from source. Because of the known issue of C++11 ABI compatibility within the NGC pytorch container, we rebuild TensorRT-LLM from source.
See [here](https://nvidia.github.io/TensorRT-LLM/installation/linux.html) for more informantion. See [here](https://nvidia.github.io/TensorRT-LLM/installation/linux.html) for more information.
Use the helper script to build a TensorRT-LLM container base image. The script uses a specific commit id from TensorRT-LLM main branch. Use the helper script to build a TensorRT-LLM container base image. The script uses a specific commit id from TensorRT-LLM main branch.
......
...@@ -56,7 +56,7 @@ apt-get update && apt-get -y install git git-lfs ...@@ -56,7 +56,7 @@ apt-get update && apt-get -y install git git-lfs
> [!NOTE] > [!NOTE]
> Because of a known issue of C++11 ABI compatibility within the NGC pytorch container, > Because of a known issue of C++11 ABI compatibility within the NGC pytorch container,
> we rebuild TensorRT-LLM from source. See [here](https://nvidia.github.io/TensorRT-LLM/installation/linux.html) > we rebuild TensorRT-LLM from source. See [here](https://nvidia.github.io/TensorRT-LLM/installation/linux.html)
> for more informantion. > for more information.
> >
> Hence, when running this script for the first time, the time taken by this script can be > Hence, when running this script for the first time, the time taken by this script can be
> quite long. > quite long.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment