mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 07:03:37 +00:00
Update TensorRT-LLM to v1.1.0
This commit is contained in:
parent
69fa4dd0b1
commit
268cc3f100
3 changed files with 13 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue