Skip to content

Commit e21c266

Browse files
committed
docs: simplify TRT-LLM clone instructions
Remove the TRT-LLM version check from the quick start and switch the clone step to use the upstream repository without a pinned branch. Made-with: Cursor Signed-off-by: Faradawn Yang <73060648+faradawn@users.noreply.github.com>
1 parent f1ae08c commit e21c266

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,11 @@ docker run --rm -it --net host --shm-size=2g --ulimit memlock=-1 --gpus all \
9595
```
9696

9797
Replace `25.12` with the latest tag from [NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tritonserver/tags).
98-
Check your container's TRT-LLM version — you need it to match the clone tag below:
99-
100-
```bash
101-
python3 -c "import tensorrt_llm; print(tensorrt_llm.__version__)" 2>/dev/null | tail -1
102-
```
10398

10499
#### Clone TRT-LLM and set your model
105100

106101
```bash
107-
git clone --branch v1.1.0 --depth 1 https://github.com/NVIDIA/TensorRT-LLM.git
102+
git clone https://github.com/NVIDIA/TensorRT-LLM.git
108103
```
109104

110105
Edit `TensorRT-LLM/triton_backend/all_models/llmapi/tensorrt_llm/1/model.yaml`

0 commit comments

Comments
 (0)