Replies: 1 comment 1 reply
-
I have the same issue here, did you solve it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
pytorch-image-models
benchmark.py
--torchcompile
option works great with the PyTorch nightly builds and the defaultinductor
backend. I inferred thattensorrt
is also a valid backend, though the torch.compile documentation does not mention any backends besides the default; but--torchcompile=tensorrt
yields an error when I use it with any model ..I suspect this is a PyTorch issue, but I also believe that many users would like any easy way to use
tensorrt
.Has anybody made this work? Or do you use a different workflow to export models to tensorrt?
Beta Was this translation helpful? Give feedback.
All reactions