Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ee986548
Unverified
Commit
ee986548
authored
Apr 11, 2025
by
Tanmay Verma
Committed by
GitHub
Apr 11, 2025
Browse files
docs: Add instructions to install git lfs (#627)
parent
88e3779e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
examples/tensorrt_llm/README.md
examples/tensorrt_llm/README.md
+4
-0
No files found.
examples/tensorrt_llm/README.md
View file @
ee986548
...
@@ -50,6 +50,10 @@ See [here](https://nvidia.github.io/TensorRT-LLM/installation/linux.html) for mo
...
@@ -50,6 +50,10 @@ See [here](https://nvidia.github.io/TensorRT-LLM/installation/linux.html) for mo
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.
```
bash
```
bash
# TensorRT-LLM uses git-lfs, which needs to be installed in advance.
apt-get update
&&
apt-get
-y
install
git git-lfs
git lfs
install
./container/build_trtllm_base_image.sh
./container/build_trtllm_base_image.sh
```
```
...
...
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