-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: Fix TRTLLM Backend rebuild #164
Conversation
@@ -133,6 +133,9 @@ if [ -z ${TENSORRTLLM_BACKEND_REBUILD} ]; then | |||
&& apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \ | |||
&& cmake --version | |||
|
|||
# Install rapidjson | |||
apt install -y rapidjson-dev |
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.
Merge this into apt-get
?
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.
Was trying to keep the cmake and rapidjson installation separate. cmake being the build tool, this line installing the other build time dependencies.
What does the PR do?
Thanks @GuanLuo and @alec-flowers for finding the fix.
Checklist
<commit_type>: <Title>
Commit Type:
Check the conventional commit type
box here and add the label to the github PR.