Skip to content

Commit

Permalink
[trt][docker] pin trt version to release version, not nightly (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddvenk authored Nov 13, 2024
1 parent aaf5f45 commit 44b3a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving/docker/tensorrt-llm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG transformers_version=4.44.2
ARG accelerate_version=0.33.0
ARG tensorrtlibs_version=10.3.0
# %2B is the url escape for the '+' character
ARG trtllm_toolkit_version=0.12.0%2Bnightly
ARG trtllm_toolkit_version=0.12.0
ARG trtllm_version=v0.12.0
ARG cuda_python_version=12.5
ARG peft_version=0.10.0
Expand Down

0 comments on commit 44b3a7c

Please sign in to comment.