Replies: 1 comment
-
The original issue has been fixed. The other one will be. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I'm trying to use
torch.compile
as follows:But i'm getting the error:
Do I need to be using a very recent version of tensorrt? My current versions are:
I wonder if this is a bug, because replacing
trt.bf16
in the code withtrt.bfloat16
makes the crash go-away, although then it gets replaced with this:#2902
Beta Was this translation helpful? Give feedback.
All reactions