Skip to content

Commit dd23096

Browse files
authored
post: Update default version post-26.02 (#848)
* Sync module with relase version * Update Dockefile (#842) * Update submodule * Fix eof
1 parent 9b25ef9 commit dd23096

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dockerfile/Dockerfile.triton.trt_llm_backend

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ RUN apt-get update -q=2 \
145145
&& apt-get purge -y "libnvinfer*" \
146146
&& pip3 uninstall -y tensorrt \
147147
&& rm -rf /var/lib/apt/lists/* \
148-
&& pip3 install --no-cache-dir polygraphy==0.49.9 mpi4py==3.1.5
148+
&& pip3 install --no-cache-dir polygraphy==0.49.9 \
149+
&& curl -sSL https://raw.githubusercontent.com/triton-inference-server/TensorRT-LLM/refs/tags/v1.1.0/docker/common/install_mpi4py.sh | bash
149150

150151
# Install NVRTC
151152
RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" \

docs/llmapi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,3 @@ parameters: {
178178
```bash
179179
python3 tensorrt_llm/triton_backend/scripts/launch_triton_server.py --model_repo=llmapi_repo/ --no-mpi
180180
```
181-

tensorrt_llm

Submodule tensorrt_llm updated 561 files

0 commit comments

Comments
 (0)