-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TRT-LLM backend build to Triton #3
Conversation
CMakeLists.txt
Outdated
option(TRITON_ENABLE_STATS "Include statistics collections in backend" ON) | ||
|
||
# The tags here should match the tag of base image in Dockerfile | ||
set(TRITON_COMMON_REPO_TAG "r23.07" CACHE STRING "Tag for triton-inference-server/common repo") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't the default value be set to "main"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Merging this PR. Will have a separate PR for cleaning files and adding examples/documentation. |
Server: triton-inference-server/server#6365