-
Notifications
You must be signed in to change notification settings - Fork 26
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
Readme update #30
Comments
Hi @esnvidia! The command you are mentioning is just an example how to use extras during We may need to enhance the instruction to be more clear. To give an example the following installation commands could be used based on model framework:
Let us know if this explain reported problem. Thanks! |
Hi @jkosek! |
This is great feedback! Thanks for pointing that @esnvidia. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
The docs have been improved. Now the installation is described as mentioned above in the issue. |
This install:
pip install -U --extra-index-url https://pypi.ngc.nvidia.com triton-model-navigator[<extras,>]
breaks pips parser.
This works instead:
pip install -U --extra-index-url https://pypi.ngc.nvidia.com triton-model-navigator[extras]
The text was updated successfully, but these errors were encountered: