Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dockerfile/Dockerfile.triton.trt_llm_backend
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ RUN apt-get update -q=2 \
&& apt-get purge -y "libnvinfer*" \
&& pip3 uninstall -y tensorrt \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install --no-cache-dir polygraphy==0.49.9 mpi4py==3.1.5
&& pip3 install --no-cache-dir polygraphy==0.49.9 \
&& curl -sSL https://raw.githubusercontent.com/triton-inference-server/TensorRT-LLM/refs/tags/v1.1.0/docker/common/install_mpi4py.sh | bash

# Install NVRTC
RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" \
Expand Down
1 change: 0 additions & 1 deletion docs/llmapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,3 @@ parameters: {
```bash
python3 tensorrt_llm/triton_backend/scripts/launch_triton_server.py --model_repo=llmapi_repo/ --no-mpi
```

Loading