-
Notifications
You must be signed in to change notification settings - Fork 686
fix: use wheel files for installation in trtllm build #2372
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
Conversation
WalkthroughThe Dockerfile for the TensorRT LLM container was updated to change how Python packages are installed. Instead of using package names with the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Possibly related PRs
Poem
Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2025-08-05T22:51:59.230ZApplied to files:
📚 Learning: 2025-07-21T00:10:56.947ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
nv-tusharma
left a comment
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.
We probably need to apply the same changes across all Dockerfiles.
|
Actually, is there a reason why we don't have the nixl dependency for tensorrt_llm in the pyproject.toml? |
Others dockerfiles have different way of install, seems working for now. Long term -- need to standardize this part
checking with Tanmay |
|
Do we have to build NIXL from source for every backend? |
Overview:
Use wheel files to install dynamo and nixl packages.
Using --find-links brings in newer version of nixl from pypi repo. from pip docs - https://pip.pypa.io/en/latest/cli/pip_install/#finding-packages
Tested in build,