Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a8bdc0be
Unverified
Commit
a8bdc0be
authored
May 28, 2025
by
Akash
Committed by
GitHub
May 27, 2025
Browse files
docs: fix minor typo (#1206)
Signed-off-by:
Akash
<
akpaul@nvidia.com
>
parent
bd91a175
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/examples/trtllm.md
docs/examples/trtllm.md
+1
-1
examples/tensorrt_llm/README.md
examples/tensorrt_llm/README.md
+1
-1
No files found.
docs/examples/trtllm.md
View file @
a8bdc0be
...
@@ -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 informa
n
tion.
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.
...
...
examples/tensorrt_llm/README.md
View file @
a8bdc0be
...
@@ -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 informa
n
tion.
> 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment