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