-
Notifications
You must be signed in to change notification settings - Fork 363
chore: Bumping default dep version on x86 for PyTorch to 1.9.1 #644
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
chore: Bumping default dep version on x86 for PyTorch to 1.9.1 #644
Conversation
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
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.
Code conforms to Python style guidelines
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.
Code conforms to C++ style guidelines
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.
Code conforms to Python style guidelines
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.
Code conforms to C++ style guidelines
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.
LGTM
@@ -78,7 +78,7 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") | |||
These are the following dependencies used to verify the testcases. TRTorch can work with other versions, but the tests are not guaranteed to pass. | |||
|
|||
- Bazel 4.0.0 | |||
- Libtorch 1.9.0 (built with CUDA 11.1) | |||
- Libtorch 1.9.1 (built with CUDA 11.1) | |||
- CUDA 11.1 (10.2 on Jetson) | |||
- cuDNN 8.2 | |||
- TensorRT 8.0.1.6 |
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.
Looks like you need to rebase ? I replaced this with TensorRT 8.0.3.4 (TensorRT 8.0.1.6 on Jetson)
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.
I think it should merge fine
Description
Bumps dependency for PyTorch to 1.9.1
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: