Short name describing what triggered the graph break
Can’t extract message from torch._check()
Values or code snippet captured at the break point
str(message_vt)
Explanation of why the graph break was triggered
The second argument of torch._check() must be a functiondefined within the torch.compile regionthat does not reference a non-local variable.
Hints on how to resolve the graph break
x in lambda: f'{x} failed check'