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
"Input graph is a Torchscript module but the ir provided is default (dynamo). Please set ir=torchscript to suppress the warning. Compiling the module with ir=ts",
66
+
logging.Level.Info, "ir was set to default, using TorchScript as ir"
68
67
)
69
68
return_IRType.ts
70
69
elifmodule_is_fxable:
71
70
logging.log(
72
-
logging.Level.Info, "ir was set to default, using dynamo as ir"
71
+
logging.Level.Warning,
72
+
"Input graph is a torch.fx.GraphModule but the ir provided is default (ts). Please set ir=dynamo to suppress the warning.",
0 commit comments