-
Notifications
You must be signed in to change notification settings - Fork 2k
doc: Include NGC release containers in quick-start-guide.md #5334
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
doc: Include NGC release containers in quick-start-guide.md #5334
Conversation
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
|
The easiest (ie lightest weight) way would be with pip We consistently hear from devs (both internal SAs and external users) that they prefer pip when quickly testing new libs Pip should be highlighted here first in addition to ngc container I think |
I agree that pip would be the easiest option in theory. However, our binary dependencies are so involved that pip install rarely works on a bare metal system. We would need to describe how to start a docker container in which one can run pip install. And that seems more complicated than starting the container with TRT-LLM pre-installed in the first place. |
|
/bot skip --comment "documentation change" |
|
PR_Github #9472 [ skip ] triggered by Bot |
|
PR_Github #9472 [ skip ] completed with state |
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
) Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
) Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Update Quick Start Guide
Add explanations to the quick start guide for running the examples within the NGC release container.