Short name describing what triggered the graph break
Skip inlining torch.compiler.disable()
d function
Values or code snippet captured at the break point
str(func.get_function())
Explanation of why the graph break was triggered
Skip inlining function {func.get_function()} since it was wrapped with torch.compiler.disable
(reason: {msg})
Hints on how to resolve the graph break
torch.compiler.disable
call