Update TensorRT-LLM to v1.1.0

This commit is contained in:
oobabooga 2026-03-05 09:32:28 -03:00
parent 69fa4dd0b1
commit 268cc3f100
3 changed files with 13 additions and 32 deletions

View file

@ -18,7 +18,7 @@ RUN pip install -r requirements/full/requirements.txt
ENV LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
# Install TensorRT-LLM
RUN pip3 install tensorrt_llm==0.10.0 -U --pre --extra-index-url https://pypi.nvidia.com
RUN pip3 install tensorrt_llm==1.1.0 -U --extra-index-url https://pypi.nvidia.com
# Expose the necessary port for the Python server
EXPOSE 7860 5000