-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix tensorrt notebook failure #4113
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
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
Job PR-4113-6fcdb41 is done. |
@@ -56,6 +56,7 @@ | |||
" print(f\"tensorrt=={tensorrt.__version__}, onnx=={onnx.__version__}, onnxruntime=={onnxruntime.__version__}\")\n", | |||
"except ImportError:\n", | |||
" !pip install autogluon.multimodal[tests]\n", | |||
" !pip install -U --pre tensorrt\n", |
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.
Thanks for the fix! Can we add a TODO to this line so that we can monitor to have it removed in case the pre-release version breaks in future?
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.
It is not best practice to introduce TODO item in external facing doc. I have pin the version while creating a tracking issue to keep it on our radar
This reverts commit 23befda.
|
Job PR-4113-7f97bee is done. |
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.