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
torch.compile doesn't validate this metadata by default. Practitioners have to set
torch._dynamo.config.guard_nn_modules=True
Not validating the parameter metadata could reduce startup latency. Maybe we should not validate parameters by default, too, and have an option to enable it?
torch.compile doesn't validate this metadata by default. Practitioners have to set
Not validating the parameter metadata could reduce startup latency. Maybe we should not validate parameters by default, too, and have an option to enable it?
cc @Borda
The text was updated successfully, but these errors were encountered: