-
Notifications
You must be signed in to change notification settings - Fork 34
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
Is Amirstan_plugin now compulsory? #39
Comments
The plugin is loaded here: torch2trt_dynamic/torch2trt_dynamic/plugins/globals.py Lines 14 to 15 in 05c5fdc
You can wrap it in a try-except block to ignore the loading. |
Hey @grimoire , thanks a lot for the suggestion. That solves this issue and I also needed to modify these lines to work properly with tensorrt 10.5.0. The solution is to use However I am now getting a separate error:
and I am fairly sure it is coming from this step:
I have tried also using
Any idea? Thanks in advance for your help. |
Sure! that would be cool. I do not have much idea about the error. Could you provide me with a simple reproduction code? |
Dear grimoire, thanks a lot for your repo.
I am planning to update my tensorrt and torch versions. For this I need to get the latest version of this repo. However I noticed that if I install torch2trt_dynamic from HEAD after #33 I get the following issue:
Is Amirstan_plugin now not optional anymore? If so, would it be possible to make optional again?
I was using this repo from #25 and I could successfully export trt models without amirstan plugin.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: