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
I am encountering a ModuleNotFoundError when trying to run the dynamobench/torchbench.py benchmark with a recent PyTorch nightly build. It seems the internal API torch._C._nativert has been removed or changed in the latest PyTorch versions, causing the import in common.py to fail.