Short name describing what triggered the graph break
torch.switch: improper branches
Values or code snippet captured at the break point
str(branches)
Explanation of why the graph break was triggered
Expected branches to be a list/tuple of callables.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").