Short name describing what triggered the graph break
BUILD_STRING key conflict
Values or code snippet captured at the break point
format_string_parts: {format_string_parts}, kwargs: {kwargs}, part.sym_kwargs: {part.sym_kwargs}
Explanation of why the graph break was triggered
Failed to build format string due to key conflict
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").