-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17c04f4
commit 329b6fc
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,10 +150,4 @@ COPY --from=trt-builder /usr/local/tensorrt /usr/local/tensorrt | |
COPY --from=tgi-builder /usr/local/tgi /usr/local/tgi | ||
|
||
# Basically we copy from target/debug instead of target/release | ||
COPY --from=tgi-builder /usr/src/text-generation-inference/target/debug/text-generation-backends-trtllm /usr/local/tgi/bin/text-generation-launcher | ||
|
||
FROM ci-runtime | ||
|
||
LABEL co.huggingface.vendor="Hugging Face Inc." | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.title="Text-Generation-Inference TensorRT-LLM Backend CI/CD" | ||
COPY --from=tgi-builder /usr/src/text-generation-inference/target/debug/text-generation-backends-trtllm /usr/local/tgi/bin/text-generation-launcher |