You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting torch.compile (backend = torch_tensorrt) the google/paligemma2-3b-pt-224 model, I encountered below message for both torch_tensorrt 2.6 and 2.7 dev.
Running this code reproduces the error mentioned above. The issue arises because the fourth argument, which may include multiple values, is currently set to only one zero.
Bug Description
Attempting torch.compile (backend = torch_tensorrt) the
google/paligemma2-3b-pt-224
model, I encountered below message for both torch_tensorrt 2.6 and 2.7 dev.To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: