Short name describing what triggered the graph break
unsupported method call on typing variable
Values or code snippet captured at the break point
typing variable: {self.value}, method name: {name}, args: {args}, kwargs: {kwargs}
Explanation of why the graph break was triggered
torch.compile does not support method call {name} on typing variable f{self.value}.
Hints on how to resolve the graph break