Unverified Commit f0709194 authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

fix: copy wheel from trtllm wheel stage (#3256)


Signed-off-by: default avatarTushar Sharma <tusharma@nvidia.com>
parent 1a5016b0
......@@ -181,6 +181,8 @@ ARG HAS_TRTLLM_CONTEXT
ARG TENSORRTLLM_PIP_WHEEL
ARG TENSORRTLLM_INDEX_URL
# Copy only wheel files from trtllm_wheel stage from build_context
COPY --from=trtllm_wheel /*.whl /trtllm_wheel/
# Note: TensorRT needs to be uninstalled before installing the TRTLLM wheel
# because there might be mismatched versions of TensorRT between the NGC PyTorch
# and the TRTLLM wheel.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment