Skip to content

Commit

Permalink
add git-lfs dependency for binaries (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Shi Xiaowei <[email protected]>
  • Loading branch information
2 people authored and juney-nvidia committed Oct 19, 2023
1 parent a42dc2b commit 395f850
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ for the NVIDIA platform can be found
The first step to build TensorRT-LLM is to fetch the sources:

```bash
# TensorRT-LLM uses git-lfs, which needs to be installed in advance.
apt-get update && apt-get -y install git git-lfs

git clone https://github.com/NVIDIA/TensorRT-LLM.git
cd TensorRT-LLM
git submodule update --init --recursive
git lfs install
git lfs pull
```

## Build TensorRT-LLM in One Step
Expand Down

0 comments on commit 395f850

Please sign in to comment.