Unverified Commit d6cda975 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: add kvbm arg in trtllm runtime image build (#4337)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 436f08df
......@@ -180,6 +180,7 @@ RUN if [ "$HAS_TRTLLM_CONTEXT" = "1" ]; then \
FROM ${RUNTIME_IMAGE}:${RUNTIME_IMAGE_TAG} AS runtime
ARG ARCH_ALT
ARG ENABLE_KVBM
ARG PYTHON_VERSION
WORKDIR /workspace
......
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