-
Notifications
You must be signed in to change notification settings - Fork 363
Test Only: Windows Build failure issue #3072
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
The CI failure issue in Windows workflow is caused by version mismatch between the torch library being used for building the wheel and the torch library being used at runtime. In |
Yes, ultimately if we can always keep update with pytorch latest version, then nightly latest is alright for us. |
Description
For the windows build issue, I am able to identify the issue is caused by the torchtrt.dll:
It is complaining the getinstance method in the UndefinedTensorImpl class
I believe this is related to the libtorch version:
currently we use the one from:
which is causing the issue.
Fixes # (issue)
need to find out a good libtorch mapping.
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: