Unverified Commit ee986548 authored by Tanmay Verma's avatar Tanmay Verma Committed by GitHub
Browse files

docs: Add instructions to install git lfs (#627)

parent 88e3779e
...@@ -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
``` ```
......
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